feat: add customer creation modal
This commit is contained in:
parent
cfb360ab4e
commit
94eed283cb
8 changed files with 153 additions and 9 deletions
|
|
@ -19,7 +19,7 @@ const CustomersList = ({ data, locale, onClick, loading }) => {
|
|||
const elements = [
|
||||
{
|
||||
header: 'Phone',
|
||||
width: 175,
|
||||
width: 199,
|
||||
view: it => getFormattedPhone(it.phone, locale.country)
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue