Skip to content

Commit

Permalink
Fix enum reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Apr 25, 2024
1 parent 4798a4f commit c4a9f42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export class OutlineContactUsDialog extends LitElement implements OutlineFeedbac
if (this.installationFailed) {
// We go straight to the form and bypass the wizard in the case of a failed
// installation.
this.currentStep = Step.FORM;
this.currentStep = ProgressStep.FORM;
this.selectedIssueType = IssueType.GENERAL;
this.formValues.description = prepopulatedMessage;
}
Expand Down

0 comments on commit c4a9f42

Please sign in to comment.