@dyedurham/search-and-file-widget 1.6.26 → 1.6.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dnd-filing-shell.js +1 -1
- package/package.json +1 -1
package/dnd-filing-shell.js
CHANGED
|
@@ -87917,7 +87917,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87917
87917
|
const mappedCurrentStateName = currentState === IRCurrentState.Added ? "Added" : currentState === IRCurrentState.Ceased ? "Ceased" : "Edited";
|
|
87918
87918
|
const mappedId = matchingAdmin?.Id ?? "";
|
|
87919
87919
|
const mappedRoleId = matchingAdmin?.RoleId ?? "";
|
|
87920
|
-
const personNameRoleId =
|
|
87920
|
+
const personNameRoleId = matchingAdmin?.RoleId;
|
|
87921
87921
|
const mappedCeaseDate = currentState === IRCurrentState.Ceased ? ceaseDate : "";
|
|
87922
87922
|
const mappedElectedDate = currentState === IRCurrentState.Added ? electedDate : "";
|
|
87923
87923
|
const positionName = ECORE_POSITION_CODE_TO_POSITION_NAME[position2?.toUpperCase()];
|