preview auto-refresh after chat tool calls, gmail sync label scoping, queue notify option, workspace-scoped chat sessions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -35,7 +35,7 @@ export const useJobs = (filters?: JobFilters) => {
|
||||
const invalidate = () => queryClient.invalidateQueries({ queryKey: ['jobs'] });
|
||||
|
||||
const createMutation = useMutation({
|
||||
mutationFn: (params: { lane: string; type: string; meta?: Record<string, unknown> }) =>
|
||||
mutationFn: (params: { lane: string; type: string; meta?: Record<string, unknown>; notify?: boolean }) =>
|
||||
client.post<Job>('/queue/jobs', params),
|
||||
onSuccess: invalidate,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user