Remove form section title
This commit is contained in:
parent
61f985f0d0
commit
8011ceeaf3
@ -79,7 +79,7 @@ struct PasswordCheckerDemo: View {
|
||||
|
||||
var view: Body {
|
||||
VStack {
|
||||
FormSection("Password Checker") {
|
||||
FormSection("") {
|
||||
Form {
|
||||
EntryRow("Password", text: $password)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user