realm_logo: Fix selector for image_upload_widget.hbs migration.

Commit 548107632c (#15333) should have
updated this but didn’t.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-03-19 11:58:39 -07:00 committed by Tim Abbott
parent d99238526d
commit 548805dff9
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ function change_logo_delete_button(
export function render(): void {
const $file_input = $<HTMLInputElement>("#realm-day-logo-upload-widget .image_file_input");
const $night_file_input = $<HTMLInputElement>(
"#realm-night-logo-upload-widget .realm-logo-file-input",
"#realm-night-logo-upload-widget .image_file_input",
);
$("#realm-day-logo-upload-widget .image-block").attr("src", realm.realm_logo_url);