notify: switch over to new typesafe notifications

This commit is contained in:
William Casarin
2023-07-30 10:50:41 -07:00
parent 80063af19a
commit b40c595a7c
39 changed files with 129 additions and 289 deletions
+1 -1
View File
@@ -115,5 +115,5 @@ struct InvoiceView_Previews: PreviewProvider {
func present_sheet(_ sheet: Sheets) {
notify(.present_sheet, sheet)
notify(.present_sheet(sheet))
}