@prorobotech/openapi-k8s-toolkit 1.1.0-alpha.19 → 1.1.0-alpha.20
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.
|
@@ -9400,7 +9400,7 @@ const useK8sSmartResource = (params) => {
|
|
|
9400
9400
|
);
|
|
9401
9401
|
const fullApiVersion = useMemo(() => {
|
|
9402
9402
|
const g = (apiGroup ?? "").trim();
|
|
9403
|
-
const v = apiVersion.trim();
|
|
9403
|
+
const v = (apiVersion ?? "").trim();
|
|
9404
9404
|
if (!g || g === "core") {
|
|
9405
9405
|
return v;
|
|
9406
9406
|
}
|