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

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.
@@ -45310,7 +45310,7 @@ const EnrichedTable = ({
45310
45310
  replaceValues
45311
45311
  });
45312
45312
  const fetchUrlPrepared = prepareTemplate({
45313
- template: fetchUrl,
45313
+ template: parseMutliqueryText({ text: fetchUrl, multiQueryData }),
45314
45314
  replaceValues
45315
45315
  });
45316
45316
  let labelsSuffix;
@@ -45347,7 +45347,7 @@ const EnrichedTable = ({
45347
45347
  error: fetchedDataError
45348
45348
  } = useDirectUnknownResource({
45349
45349
  uri: `${fetchUrlPrepared}${labelsSuffix || ""}${fieldSelectorSuffix || ""}`,
45350
- queryKey: [fetchUrlPrepared],
45350
+ queryKey: [`${fetchUrlPrepared}${labelsSuffix || ""}${fieldSelectorSuffix || ""}`],
45351
45351
  isEnabled: !isMultiqueryLoading
45352
45352
  });
45353
45353
  if (isMultiqueryLoading) {