UI/Card: Fix card items always having pointer cursor (#52809)

This commit is contained in:
Gilles De Mey 2022-07-26 16:15:18 +02:00 committed by GitHub
parent 12079a7285
commit aa8c9d86dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ export const CardContainer = ({
};
export const getCardContainerStyles = stylesFactory(
(theme: GrafanaTheme2, disabled = false, disableHover = false, isSelected = false) => {
(theme: GrafanaTheme2, disabled = false, disableHover = false, isSelected) => {
const isSelectable = isSelected !== undefined;
return {