stream_settings_components: Remove unused default_text in dropdown constructor.

This commit is contained in:
evykassirer 2024-10-15 13:16:05 -07:00 committed by Tim Abbott
parent ec8c097868
commit 0b75c89f30
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ export function dropdown_setup() {
$(dropdown.popper).css("min-width", "300px");
$(dropdown.popper).find(".simplebar-content").css("width", "max-content");
},
default_text: $t({defaultMessage: "No user groups"}),
default_id: user_groups.get_user_group_from_name("role:administrators").id,
unique_id_type: dropdown_widget.DataTypes.NUMBER,
});