mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Address folders feature feedback (no-changelog) (#13859)
This commit is contained in:
committed by
GitHub
parent
b4672b8deb
commit
31493a0cac
@@ -76,7 +76,7 @@ export function useToast() {
|
||||
function showToast(config: {
|
||||
title: string;
|
||||
message: NotificationOptions['message'];
|
||||
onClick?: () => void;
|
||||
onClick?: (event?: MouseEvent) => void;
|
||||
onClose?: () => void;
|
||||
duration?: number;
|
||||
customClass?: string;
|
||||
|
||||
Reference in New Issue
Block a user