Forms migration: Input namespace (#23286)

* Update exports

* Add LegacyForms namespace

* Update ci grep
This commit is contained in:
Tobias Skarhed
2020-04-02 16:18:06 +02:00
committed by GitHub
parent 97769188f2
commit 703476b3ae
26 changed files with 70 additions and 48 deletions

View File

@@ -13,7 +13,8 @@ import ApiKeysAddedModal from './ApiKeysAddedModal';
import config from 'app/core/config';
import appEvents from 'app/core/app_events';
import EmptyListCTA from 'app/core/components/EmptyListCTA/EmptyListCTA';
import { DeleteButton, EventsWithValidation, FormLabel, Input, Switch, ValidationEvents } from '@grafana/ui';
import { DeleteButton, EventsWithValidation, FormLabel, LegacyForms, Switch, ValidationEvents } from '@grafana/ui';
const { Input } = LegacyForms;
import { dateTime, isDateTime, NavModel } from '@grafana/data';
import { FilterInput } from 'app/core/components/FilterInput/FilterInput';
import { store } from 'app/store/store';