forked from farhoodlabs/paperclip
Merge public-gh/master into pap-1239-ui-ux
This commit is contained in:
@@ -107,6 +107,7 @@ export const queryKeys = {
|
||||
},
|
||||
dashboard: (companyId: string) => ["dashboard", companyId] as const,
|
||||
sidebarBadges: (companyId: string) => ["sidebar-badges", companyId] as const,
|
||||
inboxDismissals: (companyId: string) => ["inbox-dismissals", companyId] as const,
|
||||
activity: (companyId: string) => ["activity", companyId] as const,
|
||||
costs: (companyId: string, from?: string, to?: string) =>
|
||||
["costs", companyId, from, to] as const,
|
||||
|
||||
Reference in New Issue
Block a user