diff --git a/packages/devui/src/Dialog/Dialog.js b/packages/devui/src/Dialog/Dialog.js index 97130071..8d72bae5 100644 --- a/packages/devui/src/Dialog/Dialog.js +++ b/packages/devui/src/Dialog/Dialog.js @@ -50,32 +50,31 @@ export default class Dialog extends (PureComponent || Component) {
{!noHeader && ( -
-
{schema ? schema.title || title : title}
- {!modal && } -
- )} +
+
{schema ? schema.title || title : title}
+ {!modal && } +
+ )}
{children} {schema && ( -
- { - !noFooter && - ( - - ) - } -
- )} +
+ {!noFooter && + ( + + ) + } +
+ )}
{ !noFooter && - (actions - ?
+ (actions ? +
{submitText ? [...actions,
- :
- - -
+
+ : +
+ + +
) }
diff --git a/packages/devui/src/Form/Form.js b/packages/devui/src/Form/Form.js index 2efae290..3917cf58 100644 --- a/packages/devui/src/Form/Form.js +++ b/packages/devui/src/Form/Form.js @@ -16,9 +16,9 @@ export default class Form extends (PureComponent || Component) { { noSubmit ?