make room dialog result nullable
This commit is contained in:
parent
cd86f697e0
commit
fb3a564da7
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue