make room dialog result nullable

This commit is contained in:
ggurdin 2024-11-14 16:36:39 -05:00
parent cd86f697e0
commit fb3a564da7
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -333,7 +333,7 @@ class _SpaceViewState extends State<SpaceView> {
if (roomType == null) return;
// #Pangea
final RoomResponse? response = await showDialog<RoomResponse>(
final RoomResponse? response = await showDialog<RoomResponse?>(
context: context,
builder: (context) {
return AddRoomDialog(