mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
list_widget: Rename unsafe modifier parameter to modifier_html.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a4e0abb216
commit
88e9320fa5
@@ -134,7 +134,7 @@ function render_attachments_ui(): void {
|
||||
ListWidget.create<Attachment>($uploaded_files_table, attachments, {
|
||||
name: "uploaded-files-list",
|
||||
get_item: ListWidget.default_get_item,
|
||||
modifier(attachment) {
|
||||
modifier_html(attachment) {
|
||||
return render_uploaded_files_list({attachment});
|
||||
},
|
||||
filter: {
|
||||
|
||||
Reference in New Issue
Block a user