Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-12-03 10:03:28 +01:00 committed by GitHub
parent 9300540350
commit eca130eb70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@
let lastName = ''
export function canClose(): boolean {
return firstName === '' && lastName === ''
return firstName === '' && lastName === '' && resume.uuid === undefined
}
const object: Candidate = {} as Candidate