File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
components/AdvancePropertise Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 105105 position : relative ;
106106 z-index : 10000 ;
107107 }
108- // .Select__control--menu-is-open {
109- // position: relative;
110- // border: 2px solid red;
111- // z-index: 10000;
112- // }
113108}
114109.Radio-class {
115110 display : flex ;
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ const Login: FC<IProps> = () => {
159159 setDataInLocalStorage ( 'app_token' , response ?. data ?. app_token ) ;
160160
161161 // Clear any previous organization data to ensure fresh organization selection for new user
162- localStorage . removeItem ( 'organization' ) ;
162+ localStorage ? .removeItem ( 'organization' ) ;
163163 dispatch ( clearOrganisationData ( ) ) ;
164164
165165 const authenticationObj = {
You can’t perform that action at this time.
0 commit comments