fix: error when edit on search
This commit is contained in:
parent
a36c73dedf
commit
e655b9b325
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ async function submitFileForm(
|
||||||
) {
|
) {
|
||||||
currentParam.value = value
|
currentParam.value = value
|
||||||
|
|
||||||
const fileInfo = file.value[currentInfo.value.path].find(
|
const fileInfo = file.value[currentInfo.value.path]?.find(
|
||||||
(v) => v.fileName === value.file?.name,
|
(v) => v.fileName === value.file?.name,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue