Fix id of Items, saving
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
final class TagOverview: Tag {
|
||||
|
||||
override var itemId: ItemId {
|
||||
.init(type: .tagOverview, id: id)
|
||||
.init(type: .tagOverview, id: identifier)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user