Skip to content

Commit

Permalink
Update surveys.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Oct 28, 2024
1 parent 2880ba9 commit 2365205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/surveys/surveys.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { DialogsAddTableComponent } from '../shared/dialogs/dialogs-add-table.co

@Component({
templateUrl: './surveys.component.html',
styleUrls: [ './surveys.component.scss' ]
styleUrls: ['./surveys.component.scss']
})
export class SurveysComponent implements OnInit, AfterViewInit, OnDestroy {
selection = new SelectionModel(true, []);
Expand Down

0 comments on commit 2365205

Please sign in to comment.