Skip to content

Commit

Permalink
[ABW-3776] Unable to create new persona fix (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
danvleju-rdx committed Sep 5, 2024
1 parent 3aa555e commit cb79036
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ public struct IntroductionToPersonas: Sendable, FeatureReducer {

public init() {}

public var body: some ReducerOf<Self> {
Reduce(core)
}

public func reduce(into state: inout State, viewAction: ViewAction) -> Effect<Action> {
switch viewAction {
case .continueButtonTapped:
Expand Down

0 comments on commit cb79036

Please sign in to comment.