Fix incorrect button display text (#15160)
This commit is contained in:
parent
6096c58cb7
commit
b8e942208e
|
|
@ -139,7 +139,7 @@ export default defineComponent({
|
|||
style='position: absolute; bottom: 10px; left: 10px;'
|
||||
class='btn-delete-all'
|
||||
>
|
||||
t('project.workflow.delete')
|
||||
{t('project.workflow.delete')}
|
||||
</NButton>
|
||||
)
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue