Skip to content

Commit

Permalink
Merge pull request #941 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
Dev to main - Fixing linting issues
  • Loading branch information
KelvinTegelaar authored May 25, 2022
2 parents 91df565 + da99289 commit f061153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions src/components/layout/CippPage.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import React, { useCallback, useEffect } from 'react'
import React from 'react'
import PropTypes from 'prop-types'
import { CCallout, CCard, CCardBody, CCardHeader, CCardTitle } from '@coreui/react'
import { CippDatatable } from 'src/components/tables'
import { useDispatch, useSelector } from 'react-redux'
import { useSearchParams, useNavigate } from 'react-router-dom'
import { setCurrentTenant } from 'src/store/features/app'
import { useListTenantsQuery } from 'src/store/api/tenants'
import { queryString } from 'src/helpers'
import { useSelector } from 'react-redux'

export function CippPage({
tenantSelector = false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
CCardBody,
} from '@coreui/react'
import { Form } from 'react-final-form'
import { RFFCFormCheck, RFFCFormInput, RFFCFormSelect } from 'src/components/forms'
import { RFFCFormInput, RFFCFormSelect } from 'src/components/forms'
import { CippPage } from 'src/components/layout/CippPage'
import { useLazyGenericPostRequestQuery } from 'src/store/api/app'
import { useListDomainsQuery } from 'src/store/api/domains'
Expand Down

0 comments on commit f061153

Please sign in to comment.