Skip to content

Commit

Permalink
removing question mark
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Nov 16, 2023
1 parent d32017d commit 055a53b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ export async function redirectToADJobWizards(
) {
const locator = share.url.locators.get(ML_APP_LOCATOR)!;

const url = await locator?.getUrl({
const url = await locator.getUrl({
page: ML_PAGES.ANOMALY_DETECTION_CREATE_JOB_FROM_PATTERN_ANALYSIS,
pageState: {
categorizationType,
Expand Down

0 comments on commit 055a53b

Please sign in to comment.