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

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-07-26 09:09:54 -04:00
parent f61330611e
commit 37486c3092

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,