mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6078] Fixed layout for create from template component (#3467)
* ACS-6078 Fixed layout for create from template component * ACS-6078 Added selector * ACS-6078 Custom class instead of mat class * ACS-6078 Used component selector * ACS-6078 Removed unused styles * ACS-6078 Fixed e2e * ACS-6078 Empty commit
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user