feat: notify clients to refetch custom fields

This commit is contained in:
Carlos Valente
2025-06-27 16:40:23 +02:00
committed by Carlos Valente
parent 473f50b493
commit 9473880d2c
3 changed files with 10 additions and 4 deletions
@@ -1,5 +1,6 @@
export enum RefetchKey {
All = 'all',
CustomFields = 'custom-fields',
Report = 'report',
Rundown = 'rundown',
ViewSettings = 'view-settings',