diff --git a/package-lock.json b/package-lock.json index 8d90016..4f5747c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@ant-design/icons": "5.6.0", "@monaco-editor/react": "4.6.0", "@originjs/vite-plugin-federation": "1.3.6", - "@prorobotech/openapi-k8s-toolkit": "^0.0.1-alpha.127", + "@prorobotech/openapi-k8s-toolkit": "^0.0.1-alpha.128", "@readme/openapi-parser": "4.0.0", "@reduxjs/toolkit": "2.2.5", "@tanstack/react-query": "5.62.2", @@ -2804,9 +2804,9 @@ } }, "node_modules/@prorobotech/openapi-k8s-toolkit": { - "version": "0.0.1-alpha.127", - "resolved": "https://registry.npmjs.org/@prorobotech/openapi-k8s-toolkit/-/openapi-k8s-toolkit-0.0.1-alpha.127.tgz", - "integrity": "sha512-2FWxPJxiEyhBgJq+dqdDKn0SVCG8MlwN5vDF0V/7xpXhbfQk/h9tduFf+KAofPIPJWSyBfAgWcAS83b7/TLwsw==", + "version": "0.0.1-alpha.128", + "resolved": "https://registry.npmjs.org/@prorobotech/openapi-k8s-toolkit/-/openapi-k8s-toolkit-0.0.1-alpha.128.tgz", + "integrity": "sha512-joFNG95IbEL/HmbqEHsYCz2jszkfLL9dhXcEjRL883qmSVrJnuBdmcdpZqUfKKUHw67bmlTUo4Olb5J50ZP11A==", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index 7f81aa2..5f06312 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@ant-design/icons": "5.6.0", "@monaco-editor/react": "4.6.0", "@originjs/vite-plugin-federation": "1.3.6", - "@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.127", + "@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.128", "@readme/openapi-parser": "4.0.0", "@reduxjs/toolkit": "2.2.5", "@tanstack/react-query": "5.62.2", diff --git a/src/components/molecules/TableApiBuiltin/TableApiBuiltin.tsx b/src/components/molecules/TableApiBuiltin/TableApiBuiltin.tsx index 00e3bb6..a8f1ff7 100644 --- a/src/components/molecules/TableApiBuiltin/TableApiBuiltin.tsx +++ b/src/components/molecules/TableApiBuiltin/TableApiBuiltin.tsx @@ -271,6 +271,7 @@ export const TableApiBuiltin: FC = ({ }, }} tableProps={{ ...TABLE_PROPS, disablePagination: !searchMount }} + namespaceScopedWithoutNamespace={isNamespaced && !!namespace} // maxHeight={height - 65} /> )}