mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 12:25:17 +00:00
Fix CreateApplication double close (#313)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
444441f5a4
commit
1d192074e4
@ -48,7 +48,6 @@
|
||||
}
|
||||
|
||||
async function createApplication() {
|
||||
dispatch('close')
|
||||
const state = await client.findOne(core.class.State, { space: _space })
|
||||
if (state === undefined) {
|
||||
throw new Error('create application: state not found')
|
||||
|
Loading…
Reference in New Issue
Block a user