@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.cjs
CHANGED
|
@@ -30466,7 +30466,7 @@ var EventDetails = ({ onClose, selectedEvent }) => {
|
|
|
30466
30466
|
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(import_material17.Typography, { "data-testid": EVENT_DETAILS_SERVICE_NAME_TEST_ID, variant: "body2", children: selectedEvent.service_name })
|
|
30467
30467
|
] }),
|
|
30468
30468
|
/* @__PURE__ */ (0, import_jsx_runtime140.jsxs)(import_material17.Box, { children: [
|
|
30469
|
-
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(import_material17.Typography, { sx: { fontWeight: 600 }, variant: "caption", children: "
|
|
30469
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(import_material17.Typography, { sx: { fontWeight: 600 }, variant: "caption", children: "Action" }),
|
|
30470
30470
|
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(import_material17.Typography, { "data-testid": EVENT_DETAILS_OPERATION_NAME_TEST_ID, variant: "body2", children: selectedEvent.operation_name })
|
|
30471
30471
|
] })
|
|
30472
30472
|
] }),
|
|
@@ -31266,7 +31266,8 @@ var SpansListPage = () => {
|
|
|
31266
31266
|
}, []);
|
|
31267
31267
|
const handleRetry = (0, import_react69.useCallback)(() => {
|
|
31268
31268
|
void checkStatus();
|
|
31269
|
-
|
|
31269
|
+
fetchForward();
|
|
31270
|
+
}, [checkStatus, fetchForward]);
|
|
31270
31271
|
const handleEnable = (0, import_react69.useCallback)(async () => {
|
|
31271
31272
|
await api.setStatus({ status: "ENABLED" });
|
|
31272
31273
|
void checkStatus();
|