Remove incorrect placeholder
parent
0def49d9dc
commit
d13863f2e2
|
@ -72,7 +72,7 @@
|
||||||
</GridCol>
|
</GridCol>
|
||||||
<GridCol Span="16">
|
<GridCol Span="16">
|
||||||
<FormItem Label="Path">
|
<FormItem Label="Path">
|
||||||
<Input Type="text" @bind-Value="context.Path" Placeholder="Host" />
|
<Input Type="text" @bind-Value="context.Path" />
|
||||||
</FormItem>
|
</FormItem>
|
||||||
</GridCol>
|
</GridCol>
|
||||||
</GridRow>
|
</GridRow>
|
||||||
|
|
Loading…
Reference in New Issue