[v11.0.x] TutorialCard: Fix link to tutorial not opening (#92645)

This commit is contained in:
grafana-delivery-bot[bot]
2024-08-29 12:13:48 +02:00
committed by GitHub
parent e31ff0175b
commit 5898c359ee
@@ -36,7 +36,6 @@ export const TutorialCard = ({ card }: Props) => {
};
const handleTutorialClick = (event: MouseEvent<HTMLAnchorElement>, card: TutorialCardType) => {
event.preventDefault();
const isSet = store.get(card.key);
if (!isSet) {
store.set(card.key, true);