|
|
@@ -19,7 +19,7 @@ struct ContentView: View {
|
|
|
var body: some View {
|
|
|
NavigationSplitView {
|
|
|
List(selection: $selection) {
|
|
|
- ForEach(items, id: \.self) { item in
|
|
|
+ ForEach(items, id: \.uuid) { item in
|
|
|
NavigationLink(value: item) {
|
|
|
Text(item.name)
|
|
|
}.swipeActions(content: {
|