Remove action sheet var on sidebar toolbar model

This commit is contained in:
Rizwan Mohamed Ibrahim
2020-07-27 13:41:23 +05:30
parent 177c18d4ea
commit 2987c9742e

View File

@@ -20,7 +20,6 @@ class SidebarToolbarModel: ObservableObject {
sheetToShow != .none ? (showSheet = true) : (showSheet = false)
}
}
@Published var showActionSheet: Bool = false
@Published var showAddSheet: Bool = false
}