diff --git a/Sources/QDS/Component/Button/QvickButton.swift b/Sources/QDS/Component/Button/QvickButton.swift index feb686b..d7d90f2 100644 --- a/Sources/QDS/Component/Button/QvickButton.swift +++ b/Sources/QDS/Component/Button/QvickButton.swift @@ -11,7 +11,7 @@ public struct QvickButton: View { let action: (() -> ())? let destination: (() -> AnyView)? let text: String - @State var disable: Bool + let disable: Bool public init(action: (() -> ())? = nil, destination: (() -> AnyView)? = nil, text: String, disable: Bool) { self.text = text