We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdc151 commit e88da88Copy full SHA for e88da88
src/containers/Storage/PaginatedStorage.tsx
@@ -30,7 +30,7 @@ export const PaginatedStorage = ({
30
parentContainer,
31
}: PaginatedStorageProps) => {
32
const {balancer} = useClusterBaseInfo();
33
- const additionalNodesProps = useAdditionalNodeProps({balancer, groupId});
+ const additionalNodesProps = useAdditionalNodeProps({balancer});
34
35
const [queryParams, setQueryParams] = useQueryParams({
36
type: StringParam,
0 commit comments