Polish demo
All checks were successful
Deploy Docs / publish (push) Successful in 20m37s
SwiftLint / SwiftLint (push) Successful in 5s

This commit is contained in:
david-swift 2024-11-23 11:35:50 +01:00
parent 6a9f05bc18
commit 776b63f46a

View File

@ -32,7 +32,6 @@ struct DialogDemo: View {
.topToolbar {
HeaderBar.empty()
}
Button("Close") { dialog = false }
}
}