Skip to content

Commit 428be98

Browse files
committed
Show “Preview” not the branch for new alert modal
1 parent b623caa commit 428be98

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.alerts.new

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.alerts.new/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ export default function Page() {
441441
<InputGroup>
442442
<Label>Environment</Label>
443443
<input type="hidden" name={environmentTypes.name} value={environment.type} />
444-
<EnvironmentCombo environment={environment} />
444+
<EnvironmentCombo environment={{ type: environment.type }} />
445445
<FormError id={environmentTypes.errorId}>{environmentTypes.error}</FormError>
446446
</InputGroup>
447447
<FormError>{form.error}</FormError>

0 commit comments

Comments
 (0)