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

pull/32916/head
Eugen Rochko 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 };
},
{
useLoadingBar: false,
},
);
export const processNewNotificationForGroups = createAppAsyncThunk(

Loading…
Cancel
Save