Skip to content

Commit

Permalink
in 89 the link would always take you to "today", now it takes you to the
Browse files Browse the repository at this point in the history
day you actually selected
  • Loading branch information
aapis committed Apr 26, 2023
1 parent 42df890 commit 34734c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DLPrototype.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 89;
CURRENT_PROJECT_VERSION = 90;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"DLPrototype/Preview Content\"";
DEVELOPMENT_TEAM = 6DT7L2N5X6;
Expand Down Expand Up @@ -1113,7 +1113,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 89;
CURRENT_PROJECT_VERSION = 90;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"DLPrototype/Preview Content\"";
DEVELOPMENT_TEAM = 6DT7L2N5X6;
Expand Down
2 changes: 1 addition & 1 deletion DLPrototype/Views/Dashboard/Widgets/ThisDay.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct ThisDay: View {
text: "\(selectedDate)",
transparent: true,
destination: AnyView(
Today()
Today(defaultSelectedDate: currentDate)
.environmentObject(crm)
.environmentObject(jm)
.environmentObject(updater)
Expand Down

0 comments on commit 34734c8

Please sign in to comment.