feat: file name as label when edit

This commit is contained in:
Methapon2001 2023-12-12 17:32:16 +07:00
parent e20d5a4c50
commit 7e5cb46e97
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
4 changed files with 20 additions and 4 deletions

View file

@ -248,6 +248,7 @@ function triggerFileDelete(pathname: string) {
category: value.category,
},
value.pathname,
value.fileName,
)
"
@delete="() => triggerFileDelete(value.pathname)"