mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-08 16:22:46 +01:00
feat: improve python actions (#1083)
This commit is contained in:
@@ -20,7 +20,7 @@ const queryClient = useQueryClient()
|
||||
|
||||
const props = defineProps<{
|
||||
ticket: Ticket
|
||||
tasks: Array<Task>
|
||||
tasks?: Array<Task>
|
||||
}>()
|
||||
|
||||
const setTaskOwnerMutation = useMutation({
|
||||
|
||||
Reference in New Issue
Block a user