Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Jun 22, 2024
1 parent e0e9423 commit faeb42f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/FormModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ const notify = throttle(
(msg: string[]) => log_notice("⚠️ The form has errors ⚠️", msg.join("\n"), "notice-warning"),
2000,
);
const notifyError = (title: string) =>
throttle((msg: string) => log_notice(`🚨 ${title} 🚨`, msg, "notice-error"), 2000);

export class FormModal extends Modal {
svelteComponents: SvelteComponent[] = [];
initialFormValues: ModalFormData;
Expand Down

0 comments on commit faeb42f

Please sign in to comment.