Skip to content

Commit

Permalink
removed unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimet-livefront committed Jan 25, 2025
1 parent 9cc5b3f commit cc45d20
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@ struct AddEditItemView: View {
.navigationTitle(Localizations.addItem)
.toolbar {
cancelToolbarItem {
// store.send(.dismissPressed)
Task {
await store.perform(.showLearnNewLoginGuidedTour)
}
store.send(.dismissPressed)
}

saveToolbarItem {
Expand Down

0 comments on commit cc45d20

Please sign in to comment.