This commit is contained in:
anlicheng 2025-02-20 16:40:57 +08:00
parent 3d6709c2c7
commit ffcb893954

View File

@ -107,7 +107,7 @@ struct IndexView: View {
} }
} }
.popover(isPresented: $showDateNavPopover) { .popover(isPresented: $showDateNavPopover) {
DateNavView() DateNavView(dateModels: [])
} }
} }
.task { .task {