Skip to content

Commit

Permalink
ACS-6078 Added selector
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderSklorz committed Oct 6, 2023
1 parent 26ae1bd commit 7788b52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import { MatButtonModule } from '@angular/material/button';
imports: [CommonModule, TranslateModule, MatDialogModule, ReactiveFormsModule, MatFormFieldModule, MatInputModule, MatButtonModule],
templateUrl: './create-from-template.dialog.html',
styleUrls: ['./create-from-template.dialog.scss'],
selector: 'app-create-from-template-dialog',
encapsulation: ViewEncapsulation.None
})
export class CreateFromTemplateDialogComponent implements OnInit {
Expand Down

0 comments on commit 7788b52

Please sign in to comment.