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 e97f167 commit 2919ab7Copy full SHA for 2919ab7
Shared/Samples/Edit features using feature forms/EditFeaturesUsingFeatureFormsView.swift
@@ -34,9 +34,6 @@ struct EditFeaturesUsingFeatureFormsView: View {
34
/// A Boolean value indicating whether the feature form panel is presented.
35
@State private var isShowingFeatureForm = false
36
37
- /// A Boolean value indicating whether the discard edits alert is presented.
38
- @State private var isShowingDiscardEditsAlert = false
39
-
40
/// A Boolean value indicating whether the feature form edits are being applied.
41
@State private var isApplyingEdits = false
42
0 commit comments