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 GitHub
parent 06fcee099a
commit e856838e0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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