Task attempt 9c046c4f-9777-4508-96d5-9f73ef42f885 - Final changes
This commit is contained in:
@@ -73,7 +73,7 @@ export function TaskDetailsDialog({
|
|||||||
TaskAttemptActivity[]
|
TaskAttemptActivity[]
|
||||||
>([]);
|
>([]);
|
||||||
const [activitiesLoading, setActivitiesLoading] = useState(false);
|
const [activitiesLoading, setActivitiesLoading] = useState(false);
|
||||||
const [selectedExecutor, setSelectedExecutor] = useState<string>("echo");
|
const [selectedExecutor, setSelectedExecutor] = useState<string>("claude");
|
||||||
const [creatingAttempt, setCreatingAttempt] = useState(false);
|
const [creatingAttempt, setCreatingAttempt] = useState(false);
|
||||||
const [stoppingAttempt, setStoppingAttempt] = useState(false);
|
const [stoppingAttempt, setStoppingAttempt] = useState(false);
|
||||||
|
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ export function TaskDetailsPage() {
|
|||||||
TaskAttemptActivity[]
|
TaskAttemptActivity[]
|
||||||
>([]);
|
>([]);
|
||||||
const [activitiesLoading, setActivitiesLoading] = useState(false);
|
const [activitiesLoading, setActivitiesLoading] = useState(false);
|
||||||
const [selectedExecutor, setSelectedExecutor] = useState<string>("echo");
|
const [selectedExecutor, setSelectedExecutor] = useState<string>("claude");
|
||||||
const [creatingAttempt, setCreatingAttempt] = useState(false);
|
const [creatingAttempt, setCreatingAttempt] = useState(false);
|
||||||
const [stoppingAttempt, setStoppingAttempt] = useState(false);
|
const [stoppingAttempt, setStoppingAttempt] = useState(false);
|
||||||
const [error, setError] = useState<string | null>(null);
|
const [error, setError] = useState<string | null>(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user