[Fix][UI-NEXT] Disable file name (#9893)

This commit is contained in:
labbomb 2022-05-05 01:37:21 -07:00 committed by GitHub
parent fea9186636
commit 693b8a976b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ export default defineComponent({
<NFormItem label={t('project.workflow.file_name')} path='name'>
<NInput
v-model={[this.importForm.name, 'value']}
placeholder={t('project.workflow.enter_name_tips')}
placeholder={''}
disabled
/>
</NFormItem>
</NForm>