delete todo
This commit is contained in:
parent
bc73eb37be
commit
ca88c446fb
@ -78,7 +78,7 @@ struct ContactEditView: View {
|
|||||||
onContactDeleted: (() -> Void)? = nil,
|
onContactDeleted: (() -> Void)? = nil,
|
||||||
onContactUpdated: ((String) -> Void)? = nil
|
onContactUpdated: ((String) -> Void)? = nil
|
||||||
) {
|
) {
|
||||||
self.contact = contact //TODO
|
self.contact = contact
|
||||||
self.onContactDeleted = onContactDeleted
|
self.onContactDeleted = onContactDeleted
|
||||||
self.onContactUpdated = onContactUpdated
|
self.onContactUpdated = onContactUpdated
|
||||||
self.initialName = contact.preferredName
|
self.initialName = contact.preferredName
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user