mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Tim Abbott
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 (
|
||||
|
Reference in New Issue
Block a user