Merge pull request #2277 from stuartbreckenridge/feature/feed-inspector

Update InspectorView.swift
This commit is contained in:
Maurice Parker 2020-07-18 05:24:20 -05:00 committed by GitHub
commit 1a46167355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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: {