Fix id of Items, saving
This commit is contained in:
@@ -96,7 +96,7 @@ extension LocalizedPost {
|
||||
}
|
||||
|
||||
var data: Data {
|
||||
.init(images: images.map { $0.id },
|
||||
.init(images: images.map { $0.identifier },
|
||||
labels: labels.map { $0.data }.nonEmpty,
|
||||
title: title,
|
||||
text: text,
|
||||
|
Reference in New Issue
Block a user