Skip to content

Commit 188fc68

Browse files
committed
Redundant code
1 parent 968c09a commit 188fc68

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

demo/src/schema/normalized.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ export default {
158158
SimpleButton: {
159159
type: 'button',
160160
label: 'Simple Button',
161-
state: false,
162161
thunk: ( config, action ) => ( dispatch, getState ) => {
163162
const tableState = getState()[config.reducerName][config.name];
164163
console.log('toolbar button click', config, tableState);
@@ -176,7 +175,6 @@ export default {
176175
ResetFilters: {
177176
type: 'reset-filters',
178177
label: 'Reset Filters',
179-
state: false,
180178
// styles: {
181179
// backgroundColor: 'red',
182180
// color: 'white'
@@ -185,7 +183,6 @@ export default {
185183
Print: {
186184
type: 'print',
187185
label: 'Print Table',
188-
state: false,
189186
// styles: {
190187
// backgroundColor: 'yellow',
191188
// }
@@ -195,7 +192,6 @@ export default {
195192
type: 'columns',
196193
label: 'Columns',
197194
visible: true,
198-
state: false,
199195
// styles: {
200196
// button: {
201197
// backgroundColor: '#aaa'

0 commit comments

Comments
 (0)