Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Fix app scaling form submit button #1304

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion static_src/components/icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ICON_TYPES = ["fill", "stroke"];

const ICON_SIZE = ["small", "medium", "large"];

const STYLE_TYPES = ["alt", "ok", "inactive", "error", "default"];
const STYLE_TYPES = ["alt", "ok", "inactive", "warning", "error", "default"];

const propTypes = {
children: PropTypes.node,
Expand Down
2 changes: 1 addition & 1 deletion static_src/components/usage_and_limits.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export default class UsageAndLimits extends React.Component {
if (this.state.editing) {
controls = (
<div>
<Action style="finish" type="button" label="OK">
<Action style="finish" type="submit" label="OK">
<span>OK</span>
</Action>
<Action
Expand Down