Update dynamic-layout.component.ts

pull/13821/head
Mahmut Gundogdu 3 years ago committed by GitHub
parent 4cbaff3ee7
commit fa58806f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,7 +92,7 @@ export class DynamicLayoutComponent {
if(layoutName === 'account'){
message = 'Account layout not found. Please check your configuration. If you are using LeptonX, please make sure you have added "AccountLayoutModule.forRoot()" to your app.module configuration.';
}
console.error(message);
console.warn(message);
}

Loading…
Cancel
Save