Remove incorrect placeholder

dhcp-server
Pat Hartl 2023-08-22 23:32:45 -05:00
parent 0def49d9dc
commit d13863f2e2
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
</GridCol>
<GridCol Span="16">
<FormItem Label="Path">
<Input Type="text" @bind-Value="context.Path" Placeholder="Host" />
<Input Type="text" @bind-Value="context.Path" />
</FormItem>
</GridCol>
</GridRow>