Skip to content

Commit fa63c4b

Browse files
Type fix
1 parent e4863b5 commit fa63c4b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/app/clientApp/Devices/List/DevicesListPage/Tabs

src/app/clientApp/Devices/List/DevicesListPage/Tabs/Tab2.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import * as styles from '../../../../../../components/Atomic/Modal/components/Pr
2323
import Alert, { severities } from '../../../../../../components/Atomic/Alert'
2424
import { remoteClientStatuses } from '../../../../RemoteClients/constants'
2525
import { security } from '../../../../../../common/services'
26-
import { CombinedStoreType } from '../../../../../../../../../src/store/store'
2726

2827
interface 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
() => [

0 commit comments

Comments
 (0)