Skip to content

Commit

Permalink
chore: blazor restore
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyouzeng committed Dec 25, 2023
1 parent 6c7af41 commit 272e22d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Loading="_serviceSearching"
Class="mr-4 rounded-2 m-input--h-40"
Style="max-width: 280px"
OnSelect="()=>Query(isService:true)"
OnSelectedItemUpdate="()=>Query(isService:true)"
OnClearClick="()=>Query(isService:true)" />

<SAutoComplete Placeholder="@I18n.T("Instance")" Label="@I18n.T("Instance")"
Expand All @@ -44,7 +44,7 @@
Class="mr-4 rounded-2 m-input--h-40"
Style="max-width: 280px"
Disabled="@(string.IsNullOrWhiteSpace(Service))"
OnSelect="()=>Query(isInstance:true)"
OnSelectedItemUpdate="()=>Query(isInstance:true)"
OnClearClick="()=>Query(isInstance:true)" />

<SAutoComplete Placeholder="@I18n.T("Endpoint")" Label="@I18n.T("Endpoint")"
Expand All @@ -68,7 +68,7 @@
Disabled="@(string.IsNullOrWhiteSpace(Service))"
Class="mr-4 rounded-2 m-input--h-40"
Style="max-width: 280px;"
OnSelect="()=>Query(isEndpoint:true)"
OnSelectedItemUpdate="()=>Query(isEndpoint:true)"
OnClearClick="()=>Query(isEndpoint:true)" />
@if (!PageMode)
{
Expand Down

0 comments on commit 272e22d

Please sign in to comment.