Fix notification sounds (#28316)
This commit is contained in:
		
							parent
							
								
									b5a1013ae3
								
							
						
					
					
						commit
						f3864db409
					
				| @ -18,6 +18,6 @@ export const notificationsUpdate = createAction( | ||||
|     playSound: boolean; | ||||
|   }) => ({ | ||||
|     payload: args, | ||||
|     meta: { playSound: playSound ? { sound: 'boop' } : undefined }, | ||||
|     meta: { sound: playSound ? 'boop' : undefined }, | ||||
|   }), | ||||
| ); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user