@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.js
CHANGED
|
@@ -43648,6 +43648,7 @@ const ActionModal$5 = _ref => {
|
|
|
43648
43648
|
}
|
|
43649
43649
|
applicationData = _extends({}, applicationData, {
|
|
43650
43650
|
action: action === null || action === void 0 ? void 0 : action.action,
|
|
43651
|
+
oldApplication: isMutationApp ? (action === null || action === void 0 ? void 0 : action.action) === "REJECT" : false,
|
|
43651
43652
|
comment: commentValue,
|
|
43652
43653
|
assignee: !(selectedApprover !== null && selectedApprover !== void 0 && selectedApprover.uuid) ? [] : [selectedApprover === null || selectedApprover === void 0 ? void 0 : selectedApprover.uuid],
|
|
43653
43654
|
assignes: !(selectedApprover !== null && selectedApprover !== void 0 && selectedApprover.uuid) ? [] : [{
|