From c8968bbb2ef900277c2d896a647d9fe71a359648 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Wed, 1 Oct 2025 11:10:00 -0300 Subject: [PATCH] disable default tag --- frontend/src/app/onboarding/components/model-selector.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/onboarding/components/model-selector.tsx b/frontend/src/app/onboarding/components/model-selector.tsx index 56244533..4af28f09 100644 --- a/frontend/src/app/onboarding/components/model-selector.tsx +++ b/frontend/src/app/onboarding/components/model-selector.tsx @@ -115,11 +115,11 @@ export function ModelSelector({ />
{option.label} - {option.default && ( - + {/* {option.default && ( + // DISABLING DEFAULT TAG FOR NOW Default - )} + )} */}
))}