Skip to content

Commit 78bbedd

Browse files
author
priyanshu.solanki
committed
fixed the prop size issue
1 parent 1725ced commit 78bbedd

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/knowledge-tag-filters

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/knowledge-tag-filters/knowledge-tag-filters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ export function KnowledgeTagFilters({
601601
{/* Add Filter Button */}
602602
{!isPreview && !disabled && (
603603
<div className='mt-3 flex items-center justify-between'>
604-
<Button variant='outline' size='sm' onClick={handleAddRow} className='h-7 px-2 text-xs'>
604+
<Button variant='outline' onClick={handleAddRow} className='h-7 px-2 text-xs'>
605605
<Plus className='mr-1 h-2.5 w-2.5' />
606606
Add Filter
607607
</Button>

0 commit comments

Comments
 (0)