Skip to content

Commit 46135a0

Browse files
committed
Update tagRelatedList.js
1 parent 4a6505e commit 46135a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

force-app/components/relatedList/lwc/tagRelatedList/tagRelatedList.js

+3
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ export default class TagRelatedList extends NavigationMixin(LightningElement) {
247247
let filterField = match[1].trim();
248248
if (!combined.includes(filterField)) {
249249
combined.push(filterField);
250+
}
251+
}
252+
}
250253
return combined;
251254
}
252255

0 commit comments

Comments
 (0)