d
This commit is contained in:
@@ -5,7 +5,6 @@ extension MeetupId {
|
||||
public struct V: View {
|
||||
@StateObject var isJoinAvailable = BusUI.Value(K.isJoinAvailable, false)
|
||||
@StateObject var isLoading = BusUI.Value(K.isLoading, false)
|
||||
@StateObject var join = BusUI.Button(K.join)
|
||||
@StateObject var textField = BusUI.TextField(K.textApp, K.textUI)
|
||||
let processors: [Any]
|
||||
|
||||
@@ -34,7 +33,7 @@ extension MeetupId {
|
||||
}
|
||||
}
|
||||
|
||||
Button(action: join.v.send) {
|
||||
Button(action: { Bus.send(K.join, true) }) {
|
||||
Text("Join")
|
||||
.padding(8)
|
||||
.border(
|
||||
|
||||
Reference in New Issue
Block a user