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.
Alert
1 parent c3db6fe commit c0eaaaeCopy full SHA for c0eaaae
Sources/ComposableArchitecture/SwiftUI/Alert.swift
@@ -93,7 +93,7 @@ import SwiftUI
93
/// secondaryButton: .cancel(TextState("Cancel"))
94
/// )
95
/// }
96
-/// store.send(.deleteTapped) {
+/// store.send(.confirmTapped) {
97
/// $0.alert = nil
98
/// // Also verify that delete logic executed correctly
99
0 commit comments