mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
Fix CreateApplication double close (#313)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user