mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 06:53:11 +02:00
OAuth 2 (#158)
This commit is contained in:
@@ -25,7 +25,6 @@ export function useNotificationToast() {
|
||||
id: payload.id,
|
||||
timeout: null,
|
||||
message: payload.message,
|
||||
color: 'custom',
|
||||
onClose: () => markRead(payload.id),
|
||||
action: ({ hide }) =>
|
||||
actionLabel && actionUrl ? (
|
||||
|
||||
Reference in New Issue
Block a user