File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import {setNewRoomFormLoading} from '@libs/actions/Report';
1212import Navigation from '@libs/Navigation/Navigation' ;
1313import OnyxTabNavigator , { TabScreenWithFocusTrapWrapper , TopTab } from '@libs/Navigation/OnyxTabNavigator' ;
1414import CONST from '@src/CONST' ;
15- import ONYXKEYS from '@src/ONYXKEYS' ;
1615import NewChatPage from './NewChatPage' ;
1716import WorkspaceNewRoomPage from './workspace/WorkspaceNewRoomPage' ;
1817
@@ -23,7 +22,6 @@ function NewChatSelectorPage() {
2322 const [ headerWithBackBtnContainerElement , setHeaderWithBackButtonContainerElement ] = useState < HTMLElement | null > ( null ) ;
2423 const [ tabBarContainerElement , setTabBarContainerElement ] = useState < HTMLElement | null > ( null ) ;
2524 const [ activeTabContainerElement , setActiveTabContainerElement ] = useState < HTMLElement | null > ( null ) ;
26- const [ formState ] = useOnyx ( ONYXKEYS . FORMS . NEW_ROOM_FORM , { canBeMissing : true } ) ;
2725 const chatPageInputRef = useRef < AnimatedTextInputRef | null > ( null ) ;
2826 const roomPageInputRef = useRef < AnimatedTextInputRef | null > ( null ) ;
2927
You can’t perform that action at this time.
0 commit comments