Skip to content

Commit

Permalink
fix(ui): TE-2493 use new alert flow from onboarding page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nalin Patidar authored and Nalin Patidar committed Oct 24, 2024
1 parent 0b50076 commit 6199bbd
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ import {
getConfigurationPath,
getDataConfigurationCreatePath,
getHomePath,
getWelcomeCreateAlert,
// getWelcomeCreateAlert,
getAlertsEasyCreatePath,
} from "../../../utils/routes/routes.util";
import { useGetAlertsCount } from "../../../rest/alerts/alerts.actions";
import { useNavigate } from "react-router-dom";
Expand Down Expand Up @@ -161,7 +162,8 @@ export const WelcomeLandingPage: FunctionComponent = () => {
entity: t("label.alert"),
})}
disabled={!hasDatasets}
link={getWelcomeCreateAlert()}
// link={getWelcomeCreateAlert()}
link={getAlertsEasyCreatePath()}
subtitle={t(
"message.explore-startree-thirdeye-in-one-click"
)}
Expand Down

0 comments on commit 6199bbd

Please sign in to comment.