Implemented api key crud and started adding system page. Added 404 page
This commit is contained in:
3
Moonlight.Client/UI/Forms/DateComponent.razor
Normal file
3
Moonlight.Client/UI/Forms/DateComponent.razor
Normal file
@@ -0,0 +1,3 @@
|
||||
@inherits BaseFormComponent<DateTime>
|
||||
|
||||
<input @bind="Binder.Value" type="date" autocomplete="off" class="form-input w-full">
|
||||
Reference in New Issue
Block a user