Skip to content

Commit

Permalink
Fix database creation sheet
Browse files Browse the repository at this point in the history
Fix database creation sheet closing when it shouldn't
  • Loading branch information
milanvarady committed May 28, 2024
1 parent d81f0dd commit 88bfd8f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ struct CreateDBProfileSheet: View {
try self.databaseManager.validateProfile(profile, ignoreName: profile.name)
} catch {
showAlert(error.localizedDescription)
reset()
return
}

Expand Down

0 comments on commit 88bfd8f

Please sign in to comment.