change button component name (#2216)
This commit is contained in:
parent
35f0fba51d
commit
2d4acaf8fe
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ export default {
|
||||||
align: 'left',
|
align: 'left',
|
||||||
width: 300,
|
width: 300,
|
||||||
renderBodyCell: ({ row }) => (
|
renderBodyCell: ({ row }) => (
|
||||||
<WootButton
|
<woot-button
|
||||||
variant="clear"
|
variant="clear"
|
||||||
size="expanded"
|
size="expanded"
|
||||||
onClick={() => this.onClickContact(row.id)}
|
onClick={() => this.onClickContact(row.id)}
|
||||||
|
@ -90,7 +90,7 @@ export default {
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</WootButton>
|
</woot-button>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue