Skip to content

Commit

Permalink
Fix schedule button not disabled if title is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianfabian committed Sep 29, 2024
1 parent e290034 commit 8e0bef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Nostur/LiveEvents/CreateNest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ struct CreateNest: View {
.contentShape(Rectangle())
}
.buttonStyle(NestButtonStyle(theme: Themes.default.theme))
.disabled(title.isEmpty)
}
.hCentered()
case .creatingRoom:
Expand Down

0 comments on commit 8e0bef0

Please sign in to comment.