Fix notification sounds (#28316)
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…
Reference in New Issue