Fix notification polling showing a loading bar in web UI (#32960)
This commit is contained in:
		@@ -141,6 +141,9 @@ export const pollRecentNotifications = createDataLoadingThunk(
 | 
			
		||||
 | 
			
		||||
    return { notifications };
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    useLoadingBar: false,
 | 
			
		||||
  },
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
export const processNewNotificationForGroups = createAppAsyncThunk(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user