@localstack/appinspector-ui 1.0.102 → 1.0.104
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.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30479,7 +30479,7 @@ var EventDetails = ({ onClose, selectedEvent }) => {
|
|
|
30479
30479
|
/* @__PURE__ */ jsx140(Typography10, { "data-testid": EVENT_DETAILS_SERVICE_NAME_TEST_ID, variant: "body2", children: selectedEvent.service_name })
|
|
30480
30480
|
] }),
|
|
30481
30481
|
/* @__PURE__ */ jsxs130(Box15, { children: [
|
|
30482
|
-
/* @__PURE__ */ jsx140(Typography10, { sx: { fontWeight: 600 }, variant: "caption", children: "
|
|
30482
|
+
/* @__PURE__ */ jsx140(Typography10, { sx: { fontWeight: 600 }, variant: "caption", children: "Action" }),
|
|
30483
30483
|
/* @__PURE__ */ jsx140(Typography10, { "data-testid": EVENT_DETAILS_OPERATION_NAME_TEST_ID, variant: "body2", children: selectedEvent.operation_name })
|
|
30484
30484
|
] })
|
|
30485
30485
|
] }),
|
|
@@ -31279,7 +31279,8 @@ var SpansListPage = () => {
|
|
|
31279
31279
|
}, []);
|
|
31280
31280
|
const handleRetry = useCallback10(() => {
|
|
31281
31281
|
void checkStatus();
|
|
31282
|
-
|
|
31282
|
+
fetchForward();
|
|
31283
|
+
}, [checkStatus, fetchForward]);
|
|
31283
31284
|
const handleEnable = useCallback10(async () => {
|
|
31284
31285
|
await api.setStatus({ status: "ENABLED" });
|
|
31285
31286
|
void checkStatus();
|