Skip to content

Commit

Permalink
[fix] #154 RemindSplit 링크목록 기본값 즐겨찾기로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 6, 2024
1 parent acc05d3 commit 90e2e06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public struct RemindSplitFeature {
var columnVisibility: NavigationSplitViewVisibility = .doubleColumn

var 리마인드: RemindFeature.State = .init()
var 링크목록: ContentListFeature.State = .init(contentType: .unread)
var 링크목록: ContentListFeature.State = .init(contentType: .favorite)
var 링크추가: ContentSettingFeature.State = .init()

var path = StackState<Path.State>()
Expand Down

0 comments on commit 90e2e06

Please sign in to comment.