Skip to content

Commit

Permalink
🐛 :: qvick button
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh1202 committed Aug 1, 2024
1 parent dff69e9 commit b5a3e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/QDS/Component/Button/QvickButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5a3e4d

Please sign in to comment.