[Fix][UI Next][V1.0.0-Alpha] Empty data in UDF resources is uploaded (#9218)

migrate-dev-docs-to-main
labbomb 2022-03-27 22:13:23 +08:00 committed by GitHub
parent 91319e3111
commit 7553ae5a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ export default defineComponent({
const { handleUploadFile } = useModal(state, ctx)
const hideModal = () => {
state.uploadForm.name = ''
state.uploadForm.description = ''
state.uploadForm.file = ''
ctx.emit('update:show')
}