show info message if no dashboard available

This commit is contained in:
2023-03-03 19:02:34 +01:00
parent 6568ba2ae6
commit c57b53ccc6
4 changed files with 17 additions and 12 deletions

View File

@@ -6,8 +6,7 @@ import { NewDashboardComponent } from './new-dashboard/new-dashboard.component';
@Component({
selector: 'app-dashboard-page',
templateUrl: './dashboard-page.component.html',
styleUrls: ['./dashboard-page.component.scss']
templateUrl: './dashboard-page.component.html'
})
export class DashboardPageComponent implements OnInit {