@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.59 → 0.0.1-alpha.60

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.
@@ -45353,11 +45353,8 @@ const EnrichedTable = ({
45353
45353
  if (isMultiqueryLoading) {
45354
45354
  return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: "Loading multiquery" });
45355
45355
  }
45356
- if (!fetchedData) {
45357
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: "No data has been fetched" });
45358
- }
45359
45356
  if (isFetchedDataLoading) {
45360
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: "Loading..." });
45357
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Flex, { justify: "center", children: /* @__PURE__ */ jsxRuntimeExports.jsx(Spin, {}) });
45361
45358
  }
45362
45359
  if (fetchedDataError) {
45363
45360
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { children: [