mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
edit_linkifier: Remove unnecessary error message display.
We want the error message that we get on editing the linkifier to be displayed only on the edit linkifier modal.
This commit is contained in:
@@ -187,6 +187,8 @@ export function build_page() {
|
||||
ui_report.error($t_html({defaultMessage: "Failed"}), xhr, linkifier_status);
|
||||
}
|
||||
},
|
||||
// Show the error message only on edit linkifier modal.
|
||||
error_msg_element: $(),
|
||||
};
|
||||
settings_ui.do_settings_change(
|
||||
channel.patch,
|
||||
|
||||
Reference in New Issue
Block a user