Skip to content

Commit

Permalink
fix(upload): 修复文件上传过程中的逻辑问题。
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Nov 12, 2024
1 parent 8042c56 commit 79cd969
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/admin/upload/FileUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,6 @@ export default function FileUpload() {

async function onRemoveFile() {
setStorageSelect(false)
setStorage('')
setAlbum('')
setAlistMountPath('')
setExif({} as ExifType)
setUrl('')
Expand Down

0 comments on commit 79cd969

Please sign in to comment.