fix: remove dev logs
This commit is contained in:
parent
12e9523554
commit
3434782f0b
2 changed files with 1 additions and 5 deletions
|
|
@ -127,8 +127,7 @@ const ETable = ({
|
||||||
((enableToggle && toggleWidth) ?? 0)
|
((enableToggle && toggleWidth) ?? 0)
|
||||||
|
|
||||||
const width = getWidth(elements) + actionColSize
|
const width = getWidth(elements) + actionColSize
|
||||||
console.log(width, getWidth(elements), actionColSize)
|
|
||||||
console.log(elements)
|
|
||||||
const classes = useStyles({ width })
|
const classes = useStyles({ width })
|
||||||
|
|
||||||
const showButtonOnEmpty = !data.length && enableCreate && !adding
|
const showButtonOnEmpty = !data.length && enableCreate && !adding
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,5 @@ export default {
|
||||||
},
|
},
|
||||||
selection: {
|
selection: {
|
||||||
marginRight: 12
|
marginRight: 12
|
||||||
},
|
|
||||||
table: {
|
|
||||||
width: 1000
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue