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

This commit is contained in:
grafana-delivery-bot[bot]
2024-08-29 12:29:49 +02:00
committed by GitHub
parent 8d41b98037
commit ec687036e5
@@ -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);