App Layout: Cancel and Back on Spaces Bottom Sheet

- Fixed
This commit is contained in:
Gil Eluard
2022-08-17 17:22:03 +02:00
parent 53e17f9c5e
commit 55191b3a7c
8 changed files with 23 additions and 13 deletions
@@ -96,6 +96,8 @@ struct SpaceSelectorViewState: BindableState {
var selectedSpaceId: String?
/// String to be displayed as title for the navigation bar
var navigationTitle: String
/// `true` if the view should display the cancel button in the navigation bar
let showCancel: Bool
}
enum SpaceSelectorViewAction {