Feature: Improve label experience (#975)
Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
export default [
|
||||
{
|
||||
id: 1,
|
||||
title: 'customer-support',
|
||||
description: 'Customer support queries',
|
||||
color: '#0076FF',
|
||||
show_on_sidebar: true,
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: 'saas-customer',
|
||||
description: 'Customers who have account on app.chatwoot.com',
|
||||
color: '#A8DBCB',
|
||||
show_on_sidebar: false,
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: 'hosted-customer',
|
||||
description: 'Customers who have self-hosted instance',
|
||||
color: '#F50471',
|
||||
show_on_sidebar: false,
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: 'enterprise',
|
||||
description: 'Customers who are using enterprise',
|
||||
color: '#A90CFD',
|
||||
show_on_sidebar: false,
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
title: 'billing-enquiry',
|
||||
description: 'Queries on billing issues',
|
||||
color: '#74B57A',
|
||||
show_on_sidebar: false,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user