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

pull/34004/head
Eugen Rochko 3 months ago committed by Claire
parent 1005b2f7b2
commit fa2625a0d9

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

Loading…
Cancel
Save