fix: custom views tabs.

This commit is contained in:
a.bouhuolia
2021-08-04 16:55:50 +02:00
parent 4eb20162bb
commit 400281fdfd
18 changed files with 184 additions and 164 deletions

View File

@@ -23,3 +23,6 @@ export const CONTACTS_CONFIG = [
assignRequired: true,
},
];
export const DEFAULT_VIEWS = [];

View File

@@ -12,3 +12,6 @@ export const ERRORS = {
BILLS_NOT_OPENED_YET: 'BILLS_NOT_OPENED_YET',
VENDOR_HAS_PAYMENTS: 'VENDOR_HAS_PAYMENTS'
};
export const DEFAULT_VIEWS = [];

View File

@@ -12,3 +12,6 @@ export const ERRORS = {
PAYMENT_CUSTOMER_SHOULD_NOT_UPDATE: 'PAYMENT_CUSTOMER_SHOULD_NOT_UPDATE',
CUSTOMER_HAS_PAYMENT_RECEIVES: 'CUSTOMER_HAS_PAYMENT_RECEIVES'
};
export const DEFAULT_VIEWS = [];