add canEdit canDelete to models, default to true

change icloud contatiner
This commit is contained in:
Trey t
2022-01-23 16:43:35 -06:00
parent bbb476335f
commit 4848106966
6 changed files with 21 additions and 9 deletions

View File

@@ -171,7 +171,6 @@ struct ContentView: View {
Text(dayFormat(fromDate:entry.forDate!))
.font(.title3)
.foregroundColor(Color(UIColor.label))
Spacer()
}
.multilineTextAlignment(.leading)