diff --git a/Wonky.Client/Components/SearchCatalogColumnComponent.razor b/Wonky.Client/Components/SearchCatalogColumnComponent.razor index ad6e16bf..04acacc2 100644 --- a/Wonky.Client/Components/SearchCatalogColumnComponent.razor +++ b/Wonky.Client/Components/SearchCatalogColumnComponent.razor @@ -13,7 +13,7 @@ // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] *@ - diff --git a/Wonky.Client/Components/SearchCatalogGroupComponent.razor b/Wonky.Client/Components/SearchCatalogGroupComponent.razor index ce4b80d7..577b3a42 100644 --- a/Wonky.Client/Components/SearchCatalogGroupComponent.razor +++ b/Wonky.Client/Components/SearchCatalogGroupComponent.razor @@ -13,7 +13,7 @@ // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] *@ - diff --git a/Wonky.Client/Components/SearchCatalogSortColumnComponent.razor b/Wonky.Client/Components/SearchCatalogSortColumnComponent.razor index d3cc4fdf..82bd81c9 100644 --- a/Wonky.Client/Components/SearchCatalogSortColumnComponent.razor +++ b/Wonky.Client/Components/SearchCatalogSortColumnComponent.razor @@ -13,8 +13,12 @@ // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] *@ - - + + @* + + + *@ \ No newline at end of file diff --git a/Wonky.Client/Components/SearchCustomerColumnComponent.razor b/Wonky.Client/Components/SearchCustomerColumnComponent.razor index 6841172d..1a8b1239 100644 --- a/Wonky.Client/Components/SearchCustomerColumnComponent.razor +++ b/Wonky.Client/Components/SearchCustomerColumnComponent.razor @@ -13,11 +13,12 @@ // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] *@ - + diff --git a/Wonky.Client/Components/SearchCustomerPhraseComponent.razor b/Wonky.Client/Components/SearchCustomerPhraseComponent.razor index 200e1818..c16f87c5 100644 --- a/Wonky.Client/Components/SearchCustomerPhraseComponent.razor +++ b/Wonky.Client/Components/SearchCustomerPhraseComponent.razor @@ -16,7 +16,7 @@
+ @bind-value="SearchTerm" @bind-value:event="oninput" @onkeyup="@OnSearchChanged" />
diff --git a/Wonky.Client/Components/SearchCustomerSortColumnComponent.razor b/Wonky.Client/Components/SearchCustomerSortColumnComponent.razor index 52d9fbcf..d01fd265 100644 --- a/Wonky.Client/Components/SearchCustomerSortColumnComponent.razor +++ b/Wonky.Client/Components/SearchCustomerSortColumnComponent.razor @@ -14,8 +14,14 @@ *@ - + + + + + + \ No newline at end of file