Project

General

Profile

« Previous | Next » 

Revision 1b215f65

Added by Maria Agaphontzev about 2 months ago

Fixes #37280 - remove typeAheadSelect

View differences:

webpack/assets/javascripts/react_app/components/componentRegistry.js
import LoginPage from './LoginPage';
import ExternalLogout from './ExternalLogout';
import Slot from './common/Slot';
import TypeAheadSelect from './common/TypeAheadSelect';
import DatePicker from './common/DateTimePicker/DatePicker';
import RedirectCancelButton from './common/RedirectCancelButton';
import SettingRecords from './SettingRecords';
......
{ name: 'DiffModal', type: DiffModal },
{ name: 'ExternalLogout', type: ExternalLogout },
{ name: 'Slot', type: Slot },
{ name: 'TypeAheadSelect', type: TypeAheadSelect },
{ name: 'DatePicker', type: DatePicker },
{ name: 'RedirectCancelButton', type: RedirectCancelButton },
{ name: 'SettingRecords', type: SettingRecords },

Also available in: Unified diff