@localstack/appinspector-ui 1.0.118 → 1.0.119
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -15336,7 +15336,7 @@ var SpansDataGrid = ({
|
|
|
15336
15336
|
size: "small",
|
|
15337
15337
|
sx: { px: 1 },
|
|
15338
15338
|
variant: "text",
|
|
15339
|
-
children: "View
|
|
15339
|
+
children: "View Graph"
|
|
15340
15340
|
}
|
|
15341
15341
|
)
|
|
15342
15342
|
] });
|
|
@@ -30687,7 +30687,7 @@ var EventDetails = ({ onClose, selectedEvent }) => {
|
|
|
30687
30687
|
);
|
|
30688
30688
|
const [parseNestedJson, setParseNestedJson] = (0, import_react59.useState)(true);
|
|
30689
30689
|
if (!selectedEvent) {
|
|
30690
|
-
return /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(import_material18.Box, { sx: { p: 3, textAlign: "center" }, children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(import_material18.Typography, { color: "text.secondary", variant: "body2", children: "Select an
|
|
30690
|
+
return /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(import_material18.Box, { sx: { p: 3, textAlign: "center" }, children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(import_material18.Typography, { color: "text.secondary", variant: "body2", children: "Select an operation to view graph" }) });
|
|
30691
30691
|
}
|
|
30692
30692
|
const isLambdaInvoke = checkIsLambdaInvoke(selectedEvent);
|
|
30693
30693
|
const isSqsSendMessage = checkIsSqsSendMessage(selectedEvent);
|