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

pull/2976/head
Eugen Rochko 2024-11-19 09:57:12 +01:00 committed by Claire
parent 1005b2f7b2
commit fa2625a0d9
1 changed files with 3 additions and 0 deletions

View File

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