@djb25/digit-ui-module-ws 1.0.81 → 1.0.82
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/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -43645,6 +43645,7 @@ const ActionModal$5 = _ref => {
|
|
|
43645
43645
|
}
|
|
43646
43646
|
applicationData = _extends({}, applicationData, {
|
|
43647
43647
|
action: action === null || action === void 0 ? void 0 : action.action,
|
|
43648
|
+
oldApplication: isMutationApp ? (action === null || action === void 0 ? void 0 : action.action) === "REJECT" : false,
|
|
43648
43649
|
comment: commentValue,
|
|
43649
43650
|
assignee: !(selectedApprover !== null && selectedApprover !== void 0 && selectedApprover.uuid) ? [] : [selectedApprover === null || selectedApprover === void 0 ? void 0 : selectedApprover.uuid],
|
|
43650
43651
|
assignes: !(selectedApprover !== null && selectedApprover !== void 0 && selectedApprover.uuid) ? [] : [{
|