Remove incorrect placeholder
This commit is contained in:
parent
0def49d9dc
commit
d13863f2e2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue