Studio: fix theme search

This commit is contained in:
Pieter Vander Vennet 2025-03-28 15:00:50 +01:00
parent 6a3e3ce291
commit 2f2877cf0f
2 changed files with 2 additions and 3 deletions

View file

@ -363,7 +363,7 @@
id="theme-search"
type="search"
placeholder="Filter themes by name"
bind:value={themeFilterTerm}
bind:value={$themeFilterTerm}
/>
</label>
</form>