favGifSearch: fix search bar (#1732)
This commit is contained in:
parent
a73d09a2f0
commit
efb88a4df8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ interface Instance {
|
|||
}
|
||||
|
||||
|
||||
const containerClasses: { searchBar: string; } = findByPropsLazy("searchBar", "searchHeader", "gutterSize");
|
||||
const containerClasses: { searchBar: string; } = findByPropsLazy("searchBar", "searchHeader", "searchInput");
|
||||
|
||||
export const settings = definePluginSettings({
|
||||
searchOption: {
|
||||
|
|
Loading…
Reference in a new issue