Fix body change setting headers/method

This commit is contained in:
Gregory Schier
2024-08-09 08:33:49 -07:00
parent 0c9d532c1f
commit 6232a46ca8
4 changed files with 43 additions and 15 deletions

View File

@@ -27,6 +27,7 @@ export function useNotificationToast() {
id: payload.id,
timeout: null,
message: payload.message,
variant: 'custom',
onClose: () => markRead(payload.id),
action:
actionLabel && actionUrl ? (