Save button in Segments moved below rules (as per #511).

This commit is contained in:
Tomas Bures 2018-12-29 09:16:51 +01:00
parent 557ee83705
commit 6eead89fef
2 changed files with 17 additions and 16 deletions

View file

@ -67,7 +67,6 @@ class Icon extends Component {
@withComponentMixins([
withErrorHandling
])
class Button extends Component {
static propTypes = {
onClickAsync: PropTypes.func,