We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f3f2d commit e222290Copy full SHA for e222290
src/pages/AccountSettings/tabs/OktaAccess/OktaConfigForm/OktaConfigForm.tsx
@@ -14,7 +14,7 @@ import Icon from 'ui/Icon'
14
import TextInput from 'ui/TextInput'
15
import Toggle from 'ui/Toggle'
16
17
-import { useUpdateOktaConfig } from '../hooks'
+import { useUpdateOktaConfig } from '../hooks/useUpdateOktaConfig'
18
import { OktaConfigQueryOpts } from '../queries/OktaConfigQueryOpts'
19
20
const FormSchema = z.object({
src/pages/AccountSettings/tabs/OktaAccess/hooks/index.ts
0 commit comments