diff --git a/projects/nat-archive-tool/src/nat/ArchiveController.kiss b/projects/nat-archive-tool/src/nat/ArchiveController.kiss index 951e6fda..59f41eff 100644 --- a/projects/nat-archive-tool/src/nat/ArchiveController.kiss +++ b/projects/nat-archive-tool/src/nat/ArchiveController.kiss @@ -172,7 +172,7 @@ entries) // TODO this includes entries that already had the tag in the changeset (defcommand removeTags [entries (SelectedEntries 1 null) - tagsToRemove (VarText null)] + tagsToRemove (VarText null)] (doFor e entries (withWritableEntry archive e (when (hasComponent e Tags)