We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854e16c commit 509b855Copy full SHA for 509b855
resources/js/tasks/components/taskPreview/TaskPreviewAssignment.vue
@@ -91,7 +91,6 @@ const disabled = computed(() => !selectedUser.value || !comments.value?.trim());
91
// Load the reassign users using the centralized function with form_data
92
const loadReassignUsers = async (filter) => {
93
try {
94
- console.log('reassignUsers11', JSON.stringify(props.formData));
95
const response = await getReassignUsers(
96
filter,
97
props.task?.id,
0 commit comments