Fix vacancy import (#3756)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-09-28 15:48:55 +06:00 committed by GitHub
parent 95cc0bb32a
commit 3e8cbb18af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,6 +129,7 @@
descriptor: { $in: [view.viewlet.Table, view.viewlet.List] }
}}
/>
{#if viewlet?.descriptor === view.viewlet.Table}
<Button
label={recruit.string.Export}
on:click={() => {
@ -147,6 +148,7 @@
document.body.removeChild(link)
}}
/>
{/if}
<Button icon={IconAdd} label={recruit.string.VacancyCreateLabel} kind={'accented'} on:click={showCreateDialog} />
</div>
</div>
@ -187,7 +189,8 @@
...resultQuery,
archived
},
totalQuery: {}
totalQuery: {},
tableId: 'vacanciesData'
}}
/>
{/if}