File tree 1 file changed +7
-0
lines changed
packages/experiments-realm
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ import ContactIcon from '@cardstack/boxel-icons/contact';
33
33
import HeartHandshakeIcon from ' @cardstack/boxel-icons/heart-handshake' ;
34
34
import TargetArrowIcon from ' @cardstack/boxel-icons/target-arrow' ;
35
35
import CalendarExclamation from ' @cardstack/boxel-icons/calendar-exclamation' ;
36
+ import PresentationAnalytics from ' @cardstack/boxel-icons/presentation-analytics' ;
36
37
import { urgencyTagValues } from ' ./crm/account' ;
37
38
import { dealStatusValues } from ' ./crm/deal' ;
38
39
import type { Deal } from ' ./crm/deal' ;
@@ -66,6 +67,12 @@ const CONTACT_FILTERS: LayoutFilter[] = [
66
67
cardTypeName: ' CRM Customer' ,
67
68
createNewButtonText: ' Create Customer' ,
68
69
},
70
+ {
71
+ displayName: ' Representatives' ,
72
+ icon: PresentationAnalytics ,
73
+ cardTypeName: ' CRM Representative' ,
74
+ createNewButtonText: ' Create Representative' ,
75
+ },
69
76
];
70
77
const DEAL_FILTERS: LayoutFilter [] = [
71
78
{
You can’t perform that action at this time.
0 commit comments