delete todo

This commit is contained in:
cheykrym 2025-12-12 04:30:14 +03:00
parent bc73eb37be
commit ca88c446fb

View File

@ -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