Skip to content

Commit

Permalink
Fixed document (#2882)
Browse files Browse the repository at this point in the history
  • Loading branch information
takehilo authored Mar 3, 2024
1 parent c5cefcd commit dfe8e57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ additional logic, such as closing the "edit" feature and saving the edited item

```swift
case .destination(.presented(.editItem(.saveButtonTapped))):
guard case let .editItem(editItemState) = self.destination
guard case let .editItem(editItemState) = state.destination
else { return .none }

state.destination = nil
Expand Down

0 comments on commit dfe8e57

Please sign in to comment.