Skip to content
Snippets Groups Projects
Commit b9865eb5 authored by mathias.chouet's avatar mathias.chouet
Browse files

Fix visibility in component

parent 007604a6
No related branches found
No related tags found
No related merge requests found
Pipeline #138301 passed
......@@ -28,7 +28,7 @@ export class CalculatorListComponent implements OnInit {
public filteredItems: any[];
/** enable search only if /list/search route was called */
private enableSearch = false;
public enableSearch = false;
/** what is typed into the search field in the nav bar */
public searchTerms: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment