File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ private extension EditFeatureAttachmentsView {
212212
213213private extension EditFeatureAttachmentsView {
214214 struct AddAttachmentView : View {
215- // The closure called when add button is tapped.
215+ /// The closure called when add button is tapped.
216216 let onAdd : ( ( ) -> Void )
217217
218218 var body : some View {
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ struct SearchWithGeocodeView: View {
4949 @State private var calloutPlacement : CalloutPlacement ?
5050
5151 /// Provides search behavior customization.
52- @ObservedObject private var locatorDataSource = LocatorSearchSource (
52+ @StateObject private var locatorDataSource = LocatorSearchSource (
5353 name: " My Locator " ,
5454 maximumResults: 10 ,
5555 maximumSuggestions: 5
You can’t perform that action at this time.
0 commit comments