Safety backup before Path A fixes - fixing function mismatches and missing functions
This commit is contained in:
@@ -30,6 +30,6 @@ function showErrorToast(message: string): void {
|
||||
|
||||
export { showErrorToast };
|
||||
|
||||
Alpine.global("toastError", {
|
||||
Alpine.store("toastError", {
|
||||
showErrorToast,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user