Remove incorrect placeholder
parent
0def49d9dc
commit
d13863f2e2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue