refactor(leads): modularize exhibitor leads logic and stub v3 UI

This commit is contained in:
Scott Idem
2026-02-07 16:43:33 -05:00
parent f8f65139a7
commit 699a1dd584
21 changed files with 813 additions and 408 deletions

View File

@@ -0,0 +1,11 @@
export const editable_fields__event_exhibit_tracking = [
'exhibitor_notes',
'responses_json',
'data_json',
'enable',
'hide',
'priority',
'sort',
'group',
'notes'
];