feat: auto-focus first fields.

This commit is contained in:
Ahmed Bouhuolia
2020-11-30 19:57:23 +02:00
parent b5b9764676
commit 1da83ccaf3
8 changed files with 59 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
import React, { useCallback, useMemo, useEffect } from 'react';
import React, { useCallback } from 'react';
import { Intent } from '@blueprintjs/core';
import { Formik } from 'formik';
import { FormattedMessage as T, useIntl } from 'react-intl';
import { pick, omit } from 'lodash';
import { omit } from 'lodash';
import { useQuery, queryCache } from 'react-query';
import { AppToaster, DialogContent } from 'components';