Skip to content

Commit 9d6b859

Browse files
[FIX] Batch re-run popup doesn't open (#456)
1 parent f1e8a6e commit 9d6b859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/FormChipCell/NewChipForm/NewChipForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ let NewChipForm = (
119119
const closeButtonClass = classnames(
120120
'item-icon-close',
121121
!chip.disabled &&
122-
((editConfig.chipIndex === chipIndex && isEditable) || !isDeletable) &&
122+
((editConfig.chipIndex === chipIndex && isEditable) || (!isDeletable && !isEditable)) &&
123123
'item-icon-close invisible',
124124
!isEditable && !isDeletable && 'item-icon-close hidden'
125125
)

0 commit comments

Comments
 (0)