Skip to content

Commit 2919ab7

Browse files
committed
Remove unused Boolean.
1 parent e97f167 commit 2919ab7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Shared/Samples/Edit features using feature forms/EditFeaturesUsingFeatureFormsView.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ struct EditFeaturesUsingFeatureFormsView: View {
3434
/// A Boolean value indicating whether the feature form panel is presented.
3535
@State private var isShowingFeatureForm = false
3636

37-
/// A Boolean value indicating whether the discard edits alert is presented.
38-
@State private var isShowingDiscardEditsAlert = false
39-
4037
/// A Boolean value indicating whether the feature form edits are being applied.
4138
@State private var isApplyingEdits = false
4239

0 commit comments

Comments
 (0)