Make the queue button in followup section not look disabled (#1533)

This commit is contained in:
Solomon
2025-12-15 12:42:38 +00:00
committed by GitHub
parent bb2404e199
commit a07bebe333

View File

@@ -888,7 +888,6 @@ export function TaskFollowUpSection({
!clickedMarkdown)
}
size="sm"
variant="secondary"
>
{isQueueLoading ? (
<Loader2 className="animate-spin h-4 w-4 mr-2" />