From c91456de1b9a264bfe17288920c3fda90132d0c4 Mon Sep 17 00:00:00 2001 From: twwu Date: Tue, 10 Jun 2025 10:43:40 +0800 Subject: [PATCH] fix(ChunkStructure): add disabled prop to OptionCard component --- web/app/components/datasets/settings/chunk-structure/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/datasets/settings/chunk-structure/index.tsx b/web/app/components/datasets/settings/chunk-structure/index.tsx index 8ffe562725..4cc6d75b4c 100644 --- a/web/app/components/datasets/settings/chunk-structure/index.tsx +++ b/web/app/components/datasets/settings/chunk-structure/index.tsx @@ -29,6 +29,7 @@ const ChunkStructure = ({ effectColor={option.effectColor} showEffectColor className='gap-x-1.5 p-3 pr-4' + disabled /> )) }