1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix Badge.props.expandable's default being switched to false (#5911)

Signed-off-by: Sebastian Malton <sebastian@malton.name>
(cherry picked from commit feb2859b5d)
This commit is contained in:
Sebastian Malton 2022-07-28 13:11:32 -07:00 committed by Janne Savolainen
parent 3dee0ffdb5
commit d17cf4a812
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -33,7 +33,7 @@ export const Badge = withTooltip(observer(({
small, small,
flat, flat,
label, label,
expandable = false, expandable = true,
disabled, disabled,
scrollable, scrollable,
className, className,