Skip to content

Commit

Permalink
fix: Linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nileger committed Nov 16, 2024
1 parent 1e0da4e commit 94b8052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/t2p/t2p.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export class T2PComponent {
protected text = '';
protected selectedDiagram = 'bpmn';
protected textResult = '';
protected isLLMEnabled: boolean = false;
protected apiKey: string = '';
protected responseText: string = '';
protected isLLMEnabled = false;
protected apiKey = '';
protected responseText = '';

@ViewChild('stepperRef') stepper!: MatStepper;
@ViewChild('dropZone', { static: true }) dropZone: ElementRef<HTMLDivElement>;
Expand Down

0 comments on commit 94b8052

Please sign in to comment.