stream_color: Remove unused container argument to spectrum-colorpicker.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-11-01 22:49:27 -07:00 committed by Tim Abbott
parent 341ba92f23
commit 8208776b47
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ export function set_colorpicker_color($colorpicker, color) {
$colorpicker.spectrum({
...subscriptions_table_colorpicker_options,
color,
container: "#subscription_overlay .subscription_settings.show",
});
}