mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 21:03:30 +00:00
Merge pull request #1960 from hcengineering/ano/minor-fix
Minor: Fix add attachment console error
This commit is contained in:
commit
5a99d0dd93
@ -39,7 +39,10 @@
|
||||
} finally {
|
||||
loading--
|
||||
}
|
||||
inputFile.value = ''
|
||||
|
||||
if (inputFile) {
|
||||
inputFile.value = ''
|
||||
}
|
||||
|
||||
dispatch('attached')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user