This commit is contained in:
spaced4ndy 2023-12-01 16:13:36 +04:00
parent 4caad72d7d
commit bafa1abaa8
2 changed files with 10 additions and 6 deletions

View File

@ -45,6 +45,8 @@ struct NewChatMenuButton: View {
}
}
//#Preview {
// NewChatMenuButton()
//}
#Preview {
NewChatMenuButton(
newChatMenuOption: Binding.constant(nil)
)
}

View File

@ -853,6 +853,8 @@ func connReqSentAlert(_ type: ConnReqType) -> Alert {
)
}
//#Preview {
// NewChatView()
//}
#Preview {
NewChatView(
selection: .invite
)
}