Skip to content

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Watson committed Feb 17, 2023
1 parent 688468f commit 2972ce2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/plugins/security/public/components/use_form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
* 2.0.
*/

import { set } from '@elastic/safer-lodash-set';
import { cloneDeep, cloneDeepWith, get } from 'lodash';
import type { ChangeEventHandler, FocusEventHandler, ReactEventHandler } from 'react';
import { useState } from 'react';
import useAsyncFn from 'react-use/lib/useAsyncFn';

import { set } from '@elastic/safer-lodash-set';

export type FormReturnTuple<Values, Result> = [FormState<Values, Result>, FormProps];

export interface FormProps {
Expand Down

0 comments on commit 2972ce2

Please sign in to comment.