Browse Source

[Fix][UI Next][V1.0.0-Alpha] Workflow upload button internationalization (#9083)

3.0.0/version-upgrade
Devosend 3 years ago committed by GitHub
parent
commit
5762a5c86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/import-modal.tsx

2
dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/import-modal.tsx

@ -78,7 +78,7 @@ export default defineComponent({
showFileList={false}
>
<NButton text>
{t('project.workflow.upload')}
<NIcon>
<CloudUploadOutlined />
</NIcon>

Loading…
Cancel
Save