added thirdpartyFolderName to component state

This commit is contained in:
mushka 2022-07-25 04:47:20 +03:00
parent fc6db0e215
commit 57c72955b3

View File

@ -33,6 +33,7 @@ const CreateRoomDialog = ({
isPrivate: false,
storageLocation: undefined,
rememberStorageLocation: false,
thirdpartyFolderName: "",
icon: "",
});