refactor(ticket): make details lot-based and remove class-detail flow
This commit is contained in:
@@ -13,8 +13,6 @@ export const ticketKeys = {
|
||||
[...ticketKeys.details(), ticketId, 'overview'] as const,
|
||||
timeline: (ticketId: string) =>
|
||||
[...ticketKeys.details(), ticketId, 'timeline'] as const,
|
||||
classDetail: (ticketId: string, defectClass: string) =>
|
||||
[...ticketKeys.details(), ticketId, 'class', defectClass] as const,
|
||||
classDetectionLists: (videoId: string) =>
|
||||
[...ticketKeys.details(), 'video', videoId, 'detections'] as const,
|
||||
classDetections: (videoId: string, params: VideoDetectionsParams) =>
|
||||
|
||||
Reference in New Issue
Block a user