diff --git a/frontend/stores/notifications/useNotificationsDashboardStore.ts b/frontend/stores/notifications/useNotificationsDashboardStore.ts index 97963628b..cf771a3b1 100644 --- a/frontend/stores/notifications/useNotificationsDashboardStore.ts +++ b/frontend/stores/notifications/useNotificationsDashboardStore.ts @@ -40,7 +40,7 @@ export function useNotificationsDashboardStore(networkId: globalThis.Ref( API_PATH.NOTIFICATIONS_DASHBOARDS, - { query: { network: networkId.value } }, + { query: { networks: networkId.value } }, undefined, q, )