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