Fix id of Items, saving
This commit is contained in:
@@ -35,7 +35,7 @@ struct PageContentResultsView: View {
|
||||
TextWithSymbol(
|
||||
symbol: $0.type.category.symbol,
|
||||
color: .blue,
|
||||
text: $0.id)
|
||||
text: $0.identifier)
|
||||
}
|
||||
+ results.missingFiles.keys.map {
|
||||
TextWithSymbol(
|
||||
|
Reference in New Issue
Block a user