Skip to content

Commit

Permalink
* #63. multiple rows edit those edited with same values for selected…
Browse files Browse the repository at this point in the history
… rows
  • Loading branch information
arthurkushman committed Oct 28, 2017
1 parent 8829fc2 commit c0df8c8
Show file tree
Hide file tree
Showing 8 changed files with 1,219 additions and 1,172 deletions.
1 change: 0 additions & 1 deletion src/Reactables.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ class Reactables extends Main {
popup_title,
fieldsEdit
} = this.state;

const {
tableOpts,
lang,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Button.propTypes = {
action: PropTypes.string,
active: PropTypes.bool,
showPopup: PropTypes.func,
}
};

export default Button
Loading

0 comments on commit c0df8c8

Please sign in to comment.