diff --git a/ui-ngx/src/app/modules/home/pages/dashboard/layout/layout-button.scss b/ui-ngx/src/app/modules/home/components/dashboard/layout-button.scss similarity index 100% rename from ui-ngx/src/app/modules/home/pages/dashboard/layout/layout-button.scss rename to ui-ngx/src/app/modules/home/components/dashboard/layout-button.scss diff --git a/ui-ngx/src/app/modules/home/pages/dashboard/layout/manage-dashboard-layouts-dialog.component.ts b/ui-ngx/src/app/modules/home/pages/dashboard/layout/manage-dashboard-layouts-dialog.component.ts index 16b965f3dc..43435da249 100644 --- a/ui-ngx/src/app/modules/home/pages/dashboard/layout/manage-dashboard-layouts-dialog.component.ts +++ b/ui-ngx/src/app/modules/home/pages/dashboard/layout/manage-dashboard-layouts-dialog.component.ts @@ -45,7 +45,7 @@ export interface ManageDashboardLayoutsDialogData { selector: 'tb-manage-dashboard-layouts-dialog', templateUrl: './manage-dashboard-layouts-dialog.component.html', providers: [{provide: ErrorStateMatcher, useExisting: ManageDashboardLayoutsDialogComponent}], - styleUrls: ['./layout-button.scss'] + styleUrls: ['../../../components/dashboard/layout-button.scss'] }) export class ManageDashboardLayoutsDialogComponent extends DialogComponent implements OnInit, ErrorStateMatcher {