mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-19 04:50:12 +01:00
Remove "no tags" toast on tags import
This commit is contained in:
parent
f7e2d72ac7
commit
26b66e9b49
@ -717,7 +717,7 @@ async function importTags(character, { forceShow = false } = {}) {
|
||||
// Gather the tags to import based on the selected setting
|
||||
const tagNamesToImport = await handleTagImport(character, { forceShow });
|
||||
if (!tagNamesToImport?.length) {
|
||||
toastr.info('No tags to import', 'Importing Tags');
|
||||
console.debug('No tags to import');
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user