no tabs for create candidate

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-18 12:58:49 +02:00
parent 2e3c7c566c
commit 0b4217e7f3
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -54,7 +54,6 @@
okAction={createCandidate}
on:close={() => { dispatch('close') }}>
<DialogHeader />
<Tabs/>
<Section icon={File} label={'Personal Information'}>
<Grid>
<EditBox label={'First name *'} placeholder={'John'} bind:value={firstName} focus/>