web: refactor search-select and fix placeholder

This commit is contained in:
Ken Sternberg 2023-06-13 15:12:27 -07:00 committed by Jens Langhammer
parent dc655c9283
commit e79901441f
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -364,3 +364,5 @@ export class SearchSelect<T> extends AKElement {
</div>`;
}
}
export default SearchSelect;