Merge pull request #7357 from rekonder/aj_SCI_10505

Fix last tag deletion [SCI-10505]
This commit is contained in:
aignatov-bio 2024-03-25 11:25:46 +01:00 committed by GitHub
commit 304cf5a0d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,7 +140,7 @@
HelperModule.flashAlertMsg(I18n.t('general.no_permissions'), 'danger');
}
});
} else {
} else if (lastTag.length > 0) {
newTag = {
tag: {
name: lastTag.find('.tag-label').html(),