mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-26 18:53:35 -05:00
Enable submit button by default.
This commit is contained in:
@@ -46,7 +46,7 @@ FormActionGroup.propTypes = {
|
||||
};
|
||||
|
||||
FormActionGroup.defaultProps = {
|
||||
submitDisabled: true,
|
||||
submitDisabled: false,
|
||||
};
|
||||
|
||||
export default FormActionGroup;
|
||||
|
||||
Reference in New Issue
Block a user