Fix notification polling showing a loading bar in web UI (#32960)

This commit is contained in:
Eugen Rochko 2024-11-19 09:57:12 +01:00 committed by Sunoru
parent f5cd173017
commit 9b4f4e99d4
Signed by: sunoru
GPG key ID: 442B84461FD0355A

View file

@ -141,6 +141,9 @@ export const pollRecentNotifications = createDataLoadingThunk(
return { notifications };
},
{
useLoadingBar: false,
},
);
export const processNewNotificationForGroups = createAppAsyncThunk(