Work in progress on confirmation dialogs displayed when one navigates from a page with unsaved changes.
Optimized imports.
This commit is contained in:
parent
48dcf2c701
commit
3921a6b2cb
76 changed files with 540 additions and 1291 deletions
|
@ -8,14 +8,16 @@ import {
|
|||
Button,
|
||||
ButtonRow,
|
||||
CheckBox,
|
||||
Dropdown, filterData,
|
||||
Dropdown,
|
||||
filterData,
|
||||
Form,
|
||||
FormSendMethod,
|
||||
InputField,
|
||||
StaticField,
|
||||
TableSelect,
|
||||
TextArea,
|
||||
withForm, withFormErrorHandlers
|
||||
withForm,
|
||||
withFormErrorHandlers
|
||||
} from '../lib/form';
|
||||
import {withErrorHandling} from '../lib/error-handling';
|
||||
import {NamespaceSelect, validateNamespace} from '../lib/namespace';
|
||||
|
@ -28,7 +30,6 @@ import {getUrl} from "../lib/urls";
|
|||
import {TestSendModalDialog} from "./TestSendModalDialog";
|
||||
import {withComponentMixins} from "../lib/decorator-helpers";
|
||||
import moment from 'moment';
|
||||
import {FieldWizard} from "../../../shared/lists";
|
||||
|
||||
|
||||
@withComponentMixins([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue