@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.js CHANGED
@@ -12781,7 +12781,7 @@ var SpansDataGrid = ({
12781
12781
  columnHelper.display({
12782
12782
  cell: (props) => {
12783
12783
  if (!props.row.original.parent_service_name || !props.row.original.parent_resource_name) {
12784
- return /* @__PURE__ */ jsx124(Typography2, { sx: { fontStyle: "italic" }, variant: "body2", children: "No producer" });
12784
+ return /* @__PURE__ */ jsx124(Typography2, { sx: { fontStyle: "italic" }, variant: "body2", children: "External producer" });
12785
12785
  }
12786
12786
  return /* @__PURE__ */ jsx124(ServiceCell, { resource: props.row.original.parent_resource_name, service: props.row.original.parent_service_name });
12787
12787
  },