mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-22 08:20:39 +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 = ''
|
||||
|
||||
export function canClose(): boolean {
|
||||
return firstName === '' && lastName === ''
|
||||
return firstName === '' && lastName === '' && resume.uuid === undefined
|
||||
}
|
||||
|
||||
const object: Candidate = {} as Candidate
|
||||
|
Loading…
Reference in New Issue
Block a user