@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.61 → 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.
@@ -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) {