Merge pull request #2277 from stuartbreckenridge/feature/feed-inspector
Update InspectorView.swift
This commit is contained in:
commit
1a46167355
|
@ -110,7 +110,6 @@ struct InspectorView: View {
|
||||||
HStack {
|
HStack {
|
||||||
Spacer()
|
Spacer()
|
||||||
Button("Cancel", action: {
|
Button("Cancel", action: {
|
||||||
(sidebarItem.feed as? Folder)?.name = nil
|
|
||||||
presentationMode.wrappedValue.dismiss()
|
presentationMode.wrappedValue.dismiss()
|
||||||
})
|
})
|
||||||
Button("Confirm", action: {
|
Button("Confirm", action: {
|
||||||
|
|
Loading…
Reference in New Issue