Skip to content

Commit

Permalink
FIX: fix mixpanel tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsantanaep committed Apr 15, 2024
1 parent 3a775cb commit 36dbc28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { useCallback } from "react";
import { connect } from "react-redux";
import { push } from "react-router-redux";
import { t } from "ttag";
import { mixpanel } from "metabase/plugins/mixpanel";

import ModalContent from "metabase/components/ModalContent";
import { CreateCollectionOnTheGo } from "metabase/containers/CreateCollectionOnTheGo";
Expand Down

0 comments on commit 36dbc28

Please sign in to comment.