mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-27 11:06:50 +03:00
QMS: fix collaborator editor loading (#3920)
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
8e059919b1
commit
5dede58e83
@ -101,6 +101,8 @@
|
|||||||
provider?.on('synced', () => {
|
provider?.on('synced', () => {
|
||||||
loading = false
|
loading = false
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
|
loading = false
|
||||||
}
|
}
|
||||||
|
|
||||||
const currentUser = getCurrentAccount()
|
const currentUser = getCurrentAccount()
|
||||||
|
Loading…
Reference in New Issue
Block a user