Commit c8f30ec2 by sawit

Edit portalAppBaseUrl Widget

parent 7a7d837a
......@@ -16,8 +16,7 @@ export class Widget1Component implements OnInit {
dashboards: DashboardWidgetModel[] = [];
dashboardUrl: SafeResourceUrl | null = null;
private dashboardId: string | null = null;
// private portalAppBaseUrl = 'https://portal.myhr.co.th';
private portalAppBaseUrl = 'http://localhost:4200';
private portalAppBaseUrl = 'https://portal.myhr.co.th';
constructor(
private sanitizer: DomSanitizer,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment