Fix alert presentation

This commit is contained in:
Alfonso Grillo
2023-01-26 14:52:33 +01:00
parent 2f030b0811
commit a83075f2f3
5 changed files with 10 additions and 28 deletions
@@ -22,7 +22,7 @@ enum PollHistoryConstants {
}
enum PollHistoryViewModelResult: Equatable {
case genericError
}
// MARK: View
@@ -34,6 +34,7 @@ enum PollHistoryMode: CaseIterable {
struct PollHistoryViewBindings {
var mode: PollHistoryMode
var alertInfo: AlertInfo<Bool>?
}
struct PollHistoryViewState: BindableState {