We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e53a6 commit fb45bbfCopy full SHA for fb45bbf
Modules/Sources/Support/UI/Support Conversations/SupportForm.swift
@@ -124,7 +124,7 @@ public struct SupportForm: View {
124
.navigationTitle(Localization.title)
125
.navigationBarTitleDisplayMode(.inline)
126
.toolbar {
127
- ToolbarItem {
+ ToolbarItem(placement: .cancellationAction) {
128
Button(Localization.cancel, role: .cancel) {
129
if self.userHasUnsavedChanges {
130
self.isDisplayingCancellationConfirmation = true
0 commit comments