|
|
@@ -23,7 +23,7 @@ struct ExportMenu: View {
|
|
|
}
|
|
|
.keyboardShortcut("E", modifiers: [.command, .shift])
|
|
|
.fileExporter(isPresented: $showingExporter, document: StubJsonDocument(),
|
|
|
- contentType: .json) { result in
|
|
|
+ contentType: .json) { result in
|
|
|
switch result {
|
|
|
case .success(let url):
|
|
|
let transfer = Transfer(projects: items, hints: allHints, categories: allGroups)
|