udp-react-enterprise-component-library 25.18.1-beta.72 → 25.18.1-beta.74

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.
@@ -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-DgFxT4pz.js.map
3722
+ //# sourceMappingURL=UdpTransactionTypesPage-BS8Nji4M.js.map