feat(SW-219): add ability to always stack buttons
This commit is contained in:
@@ -11,6 +11,7 @@ export interface CTA {
|
||||
export interface SidePeekCTA {
|
||||
label: string
|
||||
// onClick: () => void
|
||||
// TODO: change back to function.
|
||||
onClick: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user