未验证 提交 7553ae5a 编写于 作者: L labbomb 提交者: GitHub

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

上级 91319e31
......@@ -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')
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册