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 4ce97aa commit 58a7e56Copy full SHA for 58a7e56
src/containers/StorageGroupPage/StorageGroupPage.tsx
@@ -36,7 +36,7 @@ export function StorageGroupPage() {
36
const [autoRefreshInterval] = useAutoRefreshInterval();
37
const shouldUseGroupsHandler = useStorageGroupsHandlerAvailable();
38
const groupQuery = storageApi.useGetStorageGroupsInfoQuery(
39
- valueIsDefined(groupId) ? {groupId, shouldUseGroupsHandler} : skipToken,
+ valueIsDefined(groupId) ? {groupId, shouldUseGroupsHandler, with: 'all'} : skipToken,
40
{
41
pollingInterval: autoRefreshInterval,
42
},
0 commit comments