Skip to content

Commit

Permalink
Fix population of searchbox from QS. (#4400)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobbins authored Sep 27, 2024
1 parent df3e080 commit 9f17cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-src/elements/chromedash-typeahead.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class ChromedashTypeahead extends LitElement {
slDropdownRef: Ref<SlDropdown> = createRef();
slInputRef: Ref<SlInput> = createRef();

@state()
@property()
value = '';
@state()
candidates: Candidate[] = [];
Expand Down

0 comments on commit 9f17cc8

Please sign in to comment.