@localstack/appinspector-ui 1.0.79 → 1.0.80

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 CHANGED
@@ -12768,7 +12768,7 @@ var SpansDataGrid = ({
12768
12768
  columnHelper.display({
12769
12769
  cell: (props) => {
12770
12770
  if (!props.row.original.parent_service_name || !props.row.original.parent_resource_name) {
12771
- return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(import_material4.Typography, { sx: { fontStyle: "italic" }, variant: "body2", children: "No producer" });
12771
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(import_material4.Typography, { sx: { fontStyle: "italic" }, variant: "body2", children: "External producer" });
12772
12772
  }
12773
12773
  return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(ServiceCell, { resource: props.row.original.parent_resource_name, service: props.row.original.parent_service_name });
12774
12774
  },