mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 19:22:34 -06:00
TutorialCard: Fix link to tutorial not opening (#92599)
This commit is contained in:
parent
1e1b554ff3
commit
7e92cea000
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user