diff --git a/Multiplatform/Shared/Sidebar/SidebarToolbarModel.swift b/Multiplatform/Shared/Sidebar/SidebarToolbarModel.swift index d2fe4cea2..d5b3ad00d 100644 --- a/Multiplatform/Shared/Sidebar/SidebarToolbarModel.swift +++ b/Multiplatform/Shared/Sidebar/SidebarToolbarModel.swift @@ -20,7 +20,6 @@ class SidebarToolbarModel: ObservableObject { sheetToShow != .none ? (showSheet = true) : (showSheet = false) } } - @Published var showActionSheet: Bool = false @Published var showAddSheet: Bool = false }