Update InspectorView.swift
This commit is contained in:
parent
8f8afb5dbb
commit
f525081f6e
@ -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…
x
Reference in New Issue
Block a user