Confirm changed to Done
This commit is contained in:
parent
f525081f6e
commit
dece406f56
|
@ -30,7 +30,7 @@ struct InspectorPlatformModifier: ViewModifier {
|
|||
presentationMode.wrappedValue.dismiss()
|
||||
}),
|
||||
trailing:
|
||||
Button("Confirm", action: {
|
||||
Button("Done", action: {
|
||||
shouldUpdate = true
|
||||
})
|
||||
)
|
||||
|
|
|
@ -70,7 +70,7 @@ struct InspectorView: View {
|
|||
Button("Cancel", action: {
|
||||
presentationMode.wrappedValue.dismiss()
|
||||
})
|
||||
Button("Confirm", action: {
|
||||
Button("Done", action: {
|
||||
shouldUpdate = true
|
||||
})
|
||||
}.padding(.top)
|
||||
|
@ -112,7 +112,7 @@ struct InspectorView: View {
|
|||
Button("Cancel", action: {
|
||||
presentationMode.wrappedValue.dismiss()
|
||||
})
|
||||
Button("Confirm", action: {
|
||||
Button("Done", action: {
|
||||
shouldUpdate = true
|
||||
})
|
||||
}.padding(.top)
|
||||
|
@ -156,7 +156,7 @@ struct InspectorView: View {
|
|||
Button("Cancel", action: {
|
||||
presentationMode.wrappedValue.dismiss()
|
||||
})
|
||||
Button("Confirm", action: {
|
||||
Button("Done", action: {
|
||||
shouldUpdate = true
|
||||
})
|
||||
}.padding(.top)
|
||||
|
|
Loading…
Reference in New Issue