Add unsaved changed check to check form
Some checks failed
/ Run tests (push) Failing after 16s
/ Run system tests (push) Failing after 15s
/ Build, push and deploy image (push) Has been skipped

This commit is contained in:
david 2024-10-28 22:39:32 +01:00
parent fd86bdd10f
commit 4f8b18ca25
3 changed files with 43 additions and 1 deletions

View file

@ -27,3 +27,6 @@ application.register("set-theme", SetThemeController)
import ThemeSwitcherController from "./theme_switcher_controller"
application.register("theme-switcher", ThemeSwitcherController)
import UnsavedChangesController from "./unsaved_changes_controller"
application.register("unsaved-changes", UnsavedChangesController)