Remove form section title

This commit is contained in:
Ira Limitanei 2024-07-04 11:47:32 +09:00
parent 61f985f0d0
commit 8011ceeaf3
No known key found for this signature in database
GPG Key ID: 3B416C2117091FF3

View File

@ -79,7 +79,7 @@ struct PasswordCheckerDemo: View {
var view: Body {
VStack {
FormSection("Password Checker") {
FormSection("") {
Form {
EntryRow("Password", text: $password)
}