Skip to content

Commit

Permalink
fix: [code-1247]: fix toaster color (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlee01 authored and Harness committed Jan 3, 2024
1 parent 4c90cec commit 80f91c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/Compare/Compare.tsx
Expand Up @@ -103,7 +103,7 @@ export default function Compare() {
}

if (!title) {
return showToaster(getString('pr.titleIsRequired'))
return showError(getString('pr.titleIsRequired'))
}

const pullReqUrl = window.location.href.split('compare')?.[0]
Expand Down

0 comments on commit 80f91c2

Please sign in to comment.