Skip to content

Commit

Permalink
fix: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Nov 10, 2024
1 parent 796df48 commit a5eaaa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/theme/theme-import/theme-import.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export class ThemeImportComponent implements OnChanges, AfterViewInit {

@ViewChild('themeNameInput') themeNameInput!: HTMLInputElement

public themeName: string | undefined = undefined
public displayName: string | undefined = undefined
public themeNameExists = false
public displayNameExists = false
public themeImportError = false
Expand Down

0 comments on commit a5eaaa0

Please sign in to comment.