Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fredimachado committed May 25, 2024
1 parent d7d7b64 commit 51a2dbd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/UI/NCafe.Web/Pages/Cashier/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@
</div>

<NCafe.Web.Shared.Modal IsVisible="@_isModalVisible" OnClose="HideModal" OnCancel="CancelOrder" Title="Confirm order" OnConfirm="PlaceOrder">
<Form @onsubmit="PlaceOrder">
<Form.Item Label="Customer name">
<Input required @bind-Value="_order.CustomerName" />
</Form.Item>
</Form>
<label for="customer-name" class="block text">Customer name</label>
<input autofocus type="text" @bind="_order.CustomerName" class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"/>

Expand Down

0 comments on commit 51a2dbd

Please sign in to comment.