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

pull/32916/head
Eugen Rochko 7 months ago committed by GitHub
parent 06fcee099a
commit e856838e0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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