settings_org: Explicitly pass undefined for missing sub argument.

This commit is contained in:
evykassirer 2024-10-06 23:17:48 -07:00 committed by Tim Abbott
parent efe8c4754b
commit dd0b5b56c2

View File

@ -1027,7 +1027,7 @@ export function build_page() {
set_msg_move_limit_setting("realm_move_messages_within_stream_limit_seconds");
set_msg_move_limit_setting("realm_move_messages_between_streams_limit_seconds");
set_msg_delete_limit_dropdown();
set_message_retention_setting_dropdown();
set_message_retention_setting_dropdown(undefined);
set_org_join_restrictions_dropdown();
set_message_content_in_email_notifications_visibility();
set_digest_emails_weekday_visibility();