diff --git a/plugins/recruit-resources/src/components/CreateCandidate.svelte b/plugins/recruit-resources/src/components/CreateCandidate.svelte index 8c2310ba45..b22d6a988b 100644 --- a/plugins/recruit-resources/src/components/CreateCandidate.svelte +++ b/plugins/recruit-resources/src/components/CreateCandidate.svelte @@ -79,4 +79,4 @@ - + diff --git a/plugins/recruit-resources/src/components/DialogHeader.svelte b/plugins/recruit-resources/src/components/DialogHeader.svelte index 50af77b852..c92a4040ce 100644 --- a/plugins/recruit-resources/src/components/DialogHeader.svelte +++ b/plugins/recruit-resources/src/components/DialogHeader.svelte @@ -37,6 +37,7 @@ export let space: Ref export let object: Candidate export let newValue: Candidate + export let focus = false export let resume: { id: Ref | undefined @@ -104,7 +105,7 @@
showModal(AvatarEditor, { label: 'Profile photo' })}>
- +