modals: Rename open_modal to open.

This commit is contained in:
Aman Agrawal
2023-10-10 12:33:52 +00:00
committed by Tim Abbott
parent 1d4797834e
commit 3498b07379
12 changed files with 19 additions and 19 deletions

View File

@@ -210,7 +210,7 @@ export function launch(conf: DialogWidgetConfig): void {
conf.on_click(e);
});
modals.open_modal("dialog_widget_modal", {
modals.open("dialog_widget_modal", {
autoremove: true,
on_show() {
if (conf.focus_submit_on_open) {