refactor(leads): modularize exhibitor leads logic and stub v3 UI
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export const editable_fields__event_exhibit_tracking = [
|
||||
'exhibitor_notes',
|
||||
'responses_json',
|
||||
'data_json',
|
||||
'enable',
|
||||
'hide',
|
||||
'priority',
|
||||
'sort',
|
||||
'group',
|
||||
'notes'
|
||||
];
|
||||
Reference in New Issue
Block a user