Skip to content

Commit 58a7e56

Browse files
fix(StorageGroupPage): add with param to query
1 parent 4ce97aa commit 58a7e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/StorageGroupPage/StorageGroupPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function StorageGroupPage() {
3636
const [autoRefreshInterval] = useAutoRefreshInterval();
3737
const shouldUseGroupsHandler = useStorageGroupsHandlerAvailable();
3838
const groupQuery = storageApi.useGetStorageGroupsInfoQuery(
39-
valueIsDefined(groupId) ? {groupId, shouldUseGroupsHandler} : skipToken,
39+
valueIsDefined(groupId) ? {groupId, shouldUseGroupsHandler, with: 'all'} : skipToken,
4040
{
4141
pollingInterval: autoRefreshInterval,
4242
},

0 commit comments

Comments
 (0)