From 040faa89c1bfcd598ca360a71a05a4b3f1ed8557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=96=E5=86=B0?= Date: Thu, 17 Jul 2025 11:15:08 +0800 Subject: [PATCH] Fix: Remove ${basePath} from the tag's href attribute. --- web/app/(commonLayout)/datasets/NewDatasetCard.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/app/(commonLayout)/datasets/NewDatasetCard.tsx b/web/app/(commonLayout)/datasets/NewDatasetCard.tsx index f3532f398d..62f6a34be0 100644 --- a/web/app/(commonLayout)/datasets/NewDatasetCard.tsx +++ b/web/app/(commonLayout)/datasets/NewDatasetCard.tsx @@ -1,6 +1,5 @@ 'use client' import { useTranslation } from 'react-i18next' -import { basePath } from '@/utils/var' import { RiAddLine, RiArrowRightLine, @@ -18,7 +17,7 @@ const CreateAppCard = ({ ref }: CreateAppCardProps) => {
- +
{
{t('dataset.createDatasetIntro')}
- +
{t('dataset.connectDataset')}