mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
modals: Rename open_modal to open.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user