File tree Expand file tree Collapse file tree
src/app/clientApp/Devices/List/DevicesListPage/Tabs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import * as styles from '../../../../../../components/Atomic/Modal/components/Pr
2323import Alert , { severities } from '../../../../../../components/Atomic/Alert'
2424import { remoteClientStatuses } from '../../../../RemoteClients/constants'
2525import { security } from '../../../../../../common/services'
26- import { CombinedStoreType } from '../../../../../../../../../src/store/store'
2726
2827interface RowsType {
2928 attribute : string
@@ -40,7 +39,7 @@ const Tab2: FC<Props> = (props) => {
4039 const { isHub, updateRemoteClient, updateAppWellKnownConfig } = useContext ( AppContext )
4140 const dispatch = useDispatch ( )
4241 const wellKnownConfig = security . getWellKnowConfig ( )
43- const appStore = useSelector ( ( state : CombinedStoreType ) => state . app )
42+ const appStore = useSelector ( ( state : any ) => state . app )
4443
4544 const optionsBool = useMemo (
4645 ( ) => [
You can’t perform that action at this time.
0 commit comments