We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00583f commit 22262e9Copy full SHA for 22262e9
apps/sim/app/workspace/[workspaceId]/knowledge/[id]/base.tsx
@@ -1254,7 +1254,7 @@ export function KnowledgeBase({
1254
>
1255
{knowledgeBase.description}
1256
</p>
1257
- ) : userPermissions.canEdit ? (
+ ) : isEditingName && userPermissions.canEdit ? (
1258
<p
1259
className='mt-[4px] cursor-text font-medium text-[14px] text-[var(--text-muted)] transition-colors hover:text-[var(--text-tertiary)]'
1260
onDoubleClick={handleStartEditDescription}
0 commit comments