Skip to content

Commit

Permalink
feat: change displayTime to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Kout95 committed Jul 1, 2024
1 parent 45c7765 commit 6fad5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/search-count.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class SearchCount extends SearchaliciousResultCtlMixin(LitElement) {
`;

@property({attribute: 'display-time', type: Boolean})
displayTime = true;
displayTime = false;

// HTML to display before the search is launched
beforeSearch = html``;
Expand Down

0 comments on commit 6fad5a5

Please sign in to comment.