@dyedurham/search-and-file-widget 1.6.27 → 1.6.28
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
|
@@ -88032,7 +88032,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
88032
88032
|
ElectedDate: mappedElectedDate,
|
|
88033
88033
|
EmailAddress: email,
|
|
88034
88034
|
IsDirector: isDirectorFromRole,
|
|
88035
|
-
PersonName: __spreadProps(__spreadValues({}, PersonName), { RoleId: personNameRoleId }),
|
|
88035
|
+
PersonName: __spreadProps(__spreadValues({}, PersonName), { RoleId: personNameRoleId, Position: position2 }),
|
|
88036
88036
|
OfficerPosition: position2,
|
|
88037
88037
|
Position: position2,
|
|
88038
88038
|
PositionName: positionName,
|