Skip to content

Commit

Permalink
feat(filters): change-filter-element-Container
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegario committed Dec 8, 2021
1 parent 6187052 commit d455d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/services/filter.service.ts
Expand Up @@ -994,7 +994,7 @@ export class FilterService {
if (typeof filterContainer === 'string') {
filterContainerElm = document.querySelector(filterContainer);
if (filterContainerElm === null) {
return null;
return null;
}
} else {
filterContainerElm = filterContainer;
Expand Down

0 comments on commit d455d27

Please sign in to comment.