Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
This commit is contained in:
@@ -173,5 +173,7 @@ export function restoreFormDataFromTemp(
|
||||
) {
|
||||
setters.setHasEndDateChanged(tempData.hasEndDateChanged);
|
||||
}
|
||||
setters.setSelectedResources?.(tempData.resources ?? []);
|
||||
if (tempData.resources !== undefined) {
|
||||
setters.setSelectedResources?.(tempData.resources);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user