mirror of https://github.com/zulip/zulip.git
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:
parent
d99238526d
commit
548805dff9
|
@ -72,7 +72,7 @@ function change_logo_delete_button(
|
||||||
export function render(): void {
|
export function render(): void {
|
||||||
const $file_input = $<HTMLInputElement>("#realm-day-logo-upload-widget .image_file_input");
|
const $file_input = $<HTMLInputElement>("#realm-day-logo-upload-widget .image_file_input");
|
||||||
const $night_file_input = $<HTMLInputElement>(
|
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);
|
$("#realm-day-logo-upload-widget .image-block").attr("src", realm.realm_logo_url);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue