udp-react-enterprise-component-library 25.18.1-beta.72 → 25.18.1-beta.73
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/{UdpTransactionTypesPage-DgFxT4pz.js → UdpTransactionTypesPage-BS8Nji4M.js} +4 -3
- package/dist/UdpTransactionTypesPage-BS8Nji4M.js.map +1 -0
- package/dist/types/src/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/udp/pages/UdpPages/index.js +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/index.js +1 -1
- package/export-map.json +1 -1
- package/package.json +1 -1
- package/dist/UdpTransactionTypesPage-DgFxT4pz.js.map +0 -1
|
@@ -2219,11 +2219,12 @@ const UdpTransactionTypesPage = () => {
|
|
|
2219
2219
|
const ttsResponse = await searchTransactionTypeStatusByTransactionTypeId(selectedTransactionType?.transactionTypeId);
|
|
2220
2220
|
if (ttsResponse?.status === 200) setTTStatuses(ttsResponse.data?.pageList);
|
|
2221
2221
|
};
|
|
2222
|
-
if (isTransactionTypeStatusSidesheetOpen || isTransactionTypeConfigurationSidesheetOpen) loadTTStatuses();
|
|
2222
|
+
if (isTransactionTypeStatusSidesheetOpen || isTransactionTypeConfigurationSidesheetOpen || isTransactionTypeTransactionActionSidesheetOpen) loadTTStatuses();
|
|
2223
2223
|
}, [
|
|
2224
2224
|
searchTransactionTypeStatusByTransactionTypeId,
|
|
2225
2225
|
isTransactionTypeStatusSidesheetOpen,
|
|
2226
|
-
isTransactionTypeConfigurationSidesheetOpen
|
|
2226
|
+
isTransactionTypeConfigurationSidesheetOpen,
|
|
2227
|
+
isTransactionTypeTransactionActionSidesheetOpen
|
|
2227
2228
|
]);
|
|
2228
2229
|
/** TransactionAction */
|
|
2229
2230
|
const [{ data: transactionActions }] = useAxiosGet(process.env.REACT_APP_PRODUCT_API_BASE, `UdpTransactionAction`, { method: "GET" }, false, false);
|
|
@@ -3718,4 +3719,4 @@ var UdpTransactionTypesPage_exports = /* @__PURE__ */ __exportAll({ default: ()
|
|
|
3718
3719
|
|
|
3719
3720
|
//#endregion
|
|
3720
3721
|
export { UdpTransactionTypesPage_default as n, UdpTransactionTypesPage_exports as t };
|
|
3721
|
-
//# sourceMappingURL=UdpTransactionTypesPage-
|
|
3722
|
+
//# sourceMappingURL=UdpTransactionTypesPage-BS8Nji4M.js.map
|