Skip to content

Commit 534d721

Browse files
committed
fix
1 parent 7d7520a commit 534d721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/layout/ViewLeft/ViewFolder.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ const uploadFileChange = async (e: any) => {
158158
type: 'info',
159159
})
160160
} catch {
161+
e.target.value = ''
162+
uploadInfo.value = undefined
161163
return
162164
}
163165
}

0 commit comments

Comments
 (0)