mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-12 10:00:36 +01:00
Fix error on creating new tags
This commit is contained in:
parent
1eae9bd18b
commit
c3d6e10795
@ -707,7 +707,7 @@ function createNewTag(tagName) {
|
||||
create_date: Date.now(),
|
||||
};
|
||||
tags.push(tag);
|
||||
console.debug('Created new tag', tag.name, 'with id', id);
|
||||
console.debug('Created new tag', tag.name, 'with id', tag.id);
|
||||
return tag;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user