feat: add customer creation modal

This commit is contained in:
Sérgio Salgado 2021-09-15 14:42:46 +01:00
parent cfb360ab4e
commit 94eed283cb
8 changed files with 153 additions and 9 deletions

View file

@ -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)
},
{