fix search field behavior
This commit is contained in:
parent
30c138d13f
commit
5c3c74b32e
4 changed files with 19 additions and 15 deletions
|
|
@ -46,7 +46,7 @@ export default function RecipeListPage() {
|
|||
<h1 className="content-title text-blue-900">Recipes</h1>
|
||||
<div className="flex columns-4 content-stretch gap-2 items-center">
|
||||
{/* Number of recipes inlist */}
|
||||
<label className="text-gray-500 w-2/3">{recipeList.length} Recipes</label>
|
||||
<label className="label w-2/3">{recipeList.length} Recipes</label>
|
||||
{/* Search field */}
|
||||
<SearchField
|
||||
searchString=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue