mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-07 00:09:34 +00:00
Fix console error
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
7fe382daf0
commit
beaf4488e0
@ -39,7 +39,10 @@
|
|||||||
} finally {
|
} finally {
|
||||||
loading--
|
loading--
|
||||||
}
|
}
|
||||||
inputFile.value = ''
|
|
||||||
|
if (inputFile) {
|
||||||
|
inputFile.value = ''
|
||||||
|
}
|
||||||
|
|
||||||
dispatch('attached')
|
dispatch('attached')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user