mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-07 16:09:57 +08:00
Fix last tag deletion [SCI-10505]
This commit is contained in:
parent
0746519fcb
commit
320bf21347
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue