feat: ifelse condition variable editable after selection (#11431)

This commit is contained in:
Yi Xiao
2024-12-09 11:06:47 +08:00
committed by GitHub
parent 6c60ecb237
commit 32f8a98cf8
5 changed files with 81 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ const ConditionValue = ({
<div
className={cn(
'shrink-0 truncate text-xs font-medium text-text-accent',
'shrink-0 ml-0.5 truncate text-xs font-medium text-text-accent',
!notHasValue && 'max-w-[70px]',
)}
title={variableName}