We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16501c8 commit dd759f3Copy full SHA for dd759f3
Sources/ComponentsKit/Components/Alert/Models/AlertVM.swift
@@ -2,9 +2,9 @@ import Foundation
2
3
/// A model that defines the appearance properties for an alert.
4
public struct AlertVM: ComponentVM {
5
- public var title: String = ""
+ public var title: String?
6
7
- public var message: String = ""
+ public var message: String?
8
9
public var primaryButton: AlertButtonVM?
10
0 commit comments