mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 04:49:00 +00:00
remove "boring" descriptions
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
484c10bf0c
commit
f732f0568a
@ -46,7 +46,7 @@
|
||||
on:close={() => { dispatch('close') }}
|
||||
>
|
||||
<Grid column={1} rowGap={1.5}>
|
||||
<EditBox label={recruit.string.CandidatesName} icon={IconFolder} bind:value={name} placeholder={'The Boring Pool'} focus/>
|
||||
<EditBox label={recruit.string.CandidatesName} icon={IconFolder} bind:value={name} placeholder={'Talent Pool'} focus/>
|
||||
<!-- <TextArea label={recruit.string.CandidatesDescription} bind:value={description}/> -->
|
||||
<ToggleWithLabel label={recruit.string.MakePrivate} description={recruit.string.MakePrivateDescription}/>
|
||||
</Grid>
|
||||
|
@ -90,7 +90,7 @@
|
||||
on:close={() => { dispatch('close') }}
|
||||
>
|
||||
<Grid column={1} rowGap={1.5}>
|
||||
<EditBox label={recruit.string.VacancyName} bind:value={name} icon={Vacancy} placeholder="The boring vacancy" maxWidth="39rem" focus/>
|
||||
<Dropdown icon={Company} label={'Company *'} placeholder={'The Boring Company'} />
|
||||
<EditBox label={recruit.string.VacancyName} bind:value={name} icon={Vacancy} placeholder="Software Engineer" maxWidth="39rem" focus/>
|
||||
<Dropdown icon={Company} label={'Company *'} placeholder={'Company'} />
|
||||
</Grid>
|
||||
</SpaceCreateCard>
|
||||
|
Loading…
Reference in New Issue
Block a user