Add unsaved changed check to check form
This commit is contained in:
parent
fd86bdd10f
commit
4f8b18ca25
3 changed files with 43 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue