Skip to content

Commit

Permalink
[fix] #154 링크추가 delegte 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 6, 2024
1 parent a4a7444 commit 93188cf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,12 @@ private extension PokitSplitFeature {
case .링크추가(.delegate(.dismiss)):
state.columnVisibility = .doubleColumn
return .none
case .링크추가(.delegate(.저장하기_완료)):
state.링크추가 = .init()
return .merge(
.send(.포킷(.delegate(.미분류_카테고리_컨텐츠_조회))),
.send(.카테고리상세(.delegate(.카테고리_내_컨텐츠_목록_조회)))
)
case .링크추가:
return .none

Expand Down

0 comments on commit 93188cf

Please sign in to comment.