mirror of https://github.com/zulip/zulip.git
settings_org: Remove unused case for realm_zoom properties.
Commit 4d04fa3118
(#11874) removed those
properties.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
a284299b85
commit
04569bc17e
|
@ -402,8 +402,7 @@ function update_dependent_subsettings(property_name) {
|
|||
} else if (property_name === "realm_waiting_period_threshold") {
|
||||
set_realm_waiting_period_dropdown();
|
||||
} else if (
|
||||
property_name === "realm_video_chat_provider" ||
|
||||
property_name.startsWith("realm_zoom")
|
||||
property_name === "realm_video_chat_provider"
|
||||
) {
|
||||
set_video_chat_provider_dropdown();
|
||||
} else if (
|
||||
|
|
Loading…
Reference in New Issue