mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 08:48:01 +00:00
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
9300540350
commit
eca130eb70
@ -44,7 +44,7 @@
|
|||||||
let lastName = ''
|
let lastName = ''
|
||||||
|
|
||||||
export function canClose(): boolean {
|
export function canClose(): boolean {
|
||||||
return firstName === '' && lastName === ''
|
return firstName === '' && lastName === '' && resume.uuid === undefined
|
||||||
}
|
}
|
||||||
|
|
||||||
const object: Candidate = {} as Candidate
|
const object: Candidate = {} as Candidate
|
||||||
|
Loading…
Reference in New Issue
Block a user