diff --git a/plugins/recruit-resources/src/components/CreateApplication.svelte b/plugins/recruit-resources/src/components/CreateApplication.svelte index a27a4a32fe..af3713832b 100644 --- a/plugins/recruit-resources/src/components/CreateApplication.svelte +++ b/plugins/recruit-resources/src/components/CreateApplication.svelte @@ -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')