Skip to content

Commit fa85510

Browse files
committed
Portal.view.blog.List: Clearing the filter no longer works #6859 => minor logic polishing
1 parent fdd5e3c commit fa85510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/portal/view/blog/List.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class List extends BaseList {
174174
record = store.getAt(index);
175175
name = record.name.replace(List.nameRegEx, "$1");
176176

177-
item.style = item.style || {};
177+
item.style ??= {};
178178

179179
if (emptyValue) {
180180
itemName.html = name;

0 commit comments

Comments
 (0)