Remove "no tags" toast on tags import
| @@ -717,7 +717,7 @@ async function importTags(character, { forceShow = false } = {}) { | ||
| 717 | 717 | // Gather the tags to import based on the selected setting |
| 718 | 718 | const tagNamesToImport = await handleTagImport(character, { forceShow }); |
| 719 | 719 | if (!tagNamesToImport?.length) { |
| 720 | 720 | toastrconsole.infodebug('No tags to import', 'Importing Tags'); |
| 721 | 721 | return; |
| 722 | 722 | } |
| 723 | 723 | |