Update InspectorView.swift

This commit is contained in:
Stuart Breckenridge 2020-07-18 18:23:07 +08:00 committed by GitHub
parent 8f8afb5dbb
commit f525081f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,6 @@ struct InspectorView: View {
HStack {
Spacer()
Button("Cancel", action: {
(sidebarItem.feed as? Folder)?.name = nil
presentationMode.wrappedValue.dismiss()
})
Button("Confirm", action: {