fix: out of memory toast not rendering html

This commit is contained in:
r00gm 2024-09-25 09:02:02 +02:00
parent e069608022
commit e493ca14e0
No known key found for this signature in database

View file

@ -437,6 +437,7 @@ export function usePushConnection({ router }: { router: ReturnType<typeof useRou
message: runDataExecutedErrorMessage,
type: 'error',
duration: 0,
dangerouslyUseHTMLString: true,
});
}
}