previews
This commit is contained in:
parent
4caad72d7d
commit
bafa1abaa8
@ -45,6 +45,8 @@ struct NewChatMenuButton: View {
|
||||
}
|
||||
}
|
||||
|
||||
//#Preview {
|
||||
// NewChatMenuButton()
|
||||
//}
|
||||
#Preview {
|
||||
NewChatMenuButton(
|
||||
newChatMenuOption: Binding.constant(nil)
|
||||
)
|
||||
}
|
||||
|
@ -853,6 +853,8 @@ func connReqSentAlert(_ type: ConnReqType) -> Alert {
|
||||
)
|
||||
}
|
||||
|
||||
//#Preview {
|
||||
// NewChatView()
|
||||
//}
|
||||
#Preview {
|
||||
NewChatView(
|
||||
selection: .invite
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user