Skip to content

Commit 8a2fb29

Browse files
Update src/table/toolbar/table-toolbar-search.component.ts
Co-Authored-By: Zvonimir Fras <[email protected]>
1 parent 0844ff1 commit 8a2fb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/toolbar/table-toolbar-search.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class TableToolbarSearch extends Search implements OnInit {
1818
@HostBinding("class.bx--toolbar-search-container-persistent") get persistentClass() { return !this.expandable; }
1919

2020
@HostBinding("class.bx--toolbar-search-container-active") get activeClass() {
21-
return this.active && (this.value !== null || this.value) !== "";
21+
return this.active && (this.value !== null || this.value !== "");
2222
}
2323

2424
ngOnInit() {

0 commit comments

Comments
 (0)