Refactor page titles and headings for consistency across Profile, Prospects, ProspectsDone, and ProspectsVerify pages
This commit is contained in:
@@ -29,14 +29,14 @@
|
||||
<TextEdit @bind-Text="User.Mail" ReadOnly="true"></TextEdit>
|
||||
</FieldBody>
|
||||
</Field>
|
||||
@* <Validation Validator="ValidationRule.None"> *@
|
||||
@* <Field ColumnSize="ColumnSize.Is12"> *@
|
||||
@* <FieldLabel>Info über dich</FieldLabel> *@
|
||||
@* <FieldBody> *@
|
||||
@* <MemoEdit Rows="3" Placeholder="z.B. Bieb bei Rewe Musterhausen" @bind-Text="User.Memo"/> *@
|
||||
@* </FieldBody> *@
|
||||
@* </Field> *@
|
||||
@* </Validation> *@
|
||||
<Validation Validator="ValidationRule.None">
|
||||
<Field ColumnSize="ColumnSize.Is12">
|
||||
<FieldLabel>Info über dich</FieldLabel>
|
||||
<FieldBody>
|
||||
<MemoEdit Rows="3" Placeholder="z.B. Bieb bei Rewe Musterhausen" @bind-Text="User.Memo"/>
|
||||
</FieldBody>
|
||||
</Field>
|
||||
</Validation>
|
||||
</Validations>
|
||||
</Fields>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user