Skip to content

Commit

Permalink
fix(ui): TE-XXXX remove moal after first alert creation
Browse files Browse the repository at this point in the history
  • Loading branch information
nalin-patidar committed Jan 22, 2025
1 parent 2c3d04b commit a312829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const AlertsCreateBasePage: FunctionComponent<AlertsCreatePageProps> = ({
searchParams.get(QUERY_PARAM_KEYS.IS_FIRST_ALERT)
) {
const queryParams = new URLSearchParams([
[QUERY_PARAM_KEYS.SHOW_FIRST_ALERT_SUCCESS, "true"],
[QUERY_PARAM_KEYS.SHOW_FIRST_ALERT_SUCCESS, "false"],
]);
setShowAppNavBar(true);
navigate(`${getHomePath()}?${queryParams.toString()}`);
Expand Down

0 comments on commit a312829

Please sign in to comment.