Skip to content

Commit e0b3638

Browse files
Fix [UI] "All changes will be lost" pop up appears upon artifact register / job schedule (iguazio#366)
1 parent 2c1c82f commit e0b3638

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/components/FormChipCell/FormChipCell.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ const FormChipCell = ({
7676
isNewChip: false
7777
})
7878

79-
useEffect(() => {
80-
formState.form.change('labelsAreInEditMode', editConfig.isEdit)
81-
}, [editConfig.isEdit, formState.form])
82-
8379
let chips = useMemo(() => {
8480
return isEditable || visibleChipsMaxLength === 'all'
8581
? {

0 commit comments

Comments
 (0)