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
No known key found for this signature in database
GPG Key ID: D5BEE468D448BCC5
1 changed files with 0 additions and 1 deletions

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
}