We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3eab94 + bb680f7 commit 440ed3eCopy full SHA for 440ed3e
src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/store/wizard.ts
@@ -140,7 +140,9 @@ export const useWizardStore = defineStore("wizard", {
140
141
// Character References step data
142
...(wizard.steps?.characterReferences?.form?.inputs?.characterReferences?.id && {
143
- [wizard.steps?.characterReferences?.form?.inputs?.characterReferences?.id]: draftApplication?.characterReferences?.[0] || [],
+ [wizard.steps?.characterReferences?.form?.inputs?.characterReferences?.id]: draftApplication?.characterReferences?.[0]
144
+ ? draftApplication?.characterReferences
145
+ : [],
146
}),
147
148
// Professional Development
0 commit comments