mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-29 11:31:32 +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 {
|
||||
loading--
|
||||
}
|
||||
inputFile.value = ''
|
||||
|
||||
if (inputFile) {
|
||||
inputFile.value = ''
|
||||
}
|
||||
|
||||
dispatch('attached')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user