Safety backup before Path A fixes - fixing function mismatches and missing functions
This commit is contained in:
+1
-1
@@ -226,7 +226,7 @@ if (typeof document !== "undefined") {
|
||||
}
|
||||
|
||||
// Export toast API for manual use
|
||||
Alpine.global("showToast", {
|
||||
Alpine.store("showToast", {
|
||||
error: (message: string, duration?: number) =>
|
||||
showToast(message, "error", duration),
|
||||
success: (message: string, duration?: number) =>
|
||||
|
||||
Reference in New Issue
Block a user