remove title form add/edit plot dialog

This commit is contained in:
2023-03-19 09:18:16 +01:00
parent a3aa62aee2
commit c7af333052
3 changed files with 2 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ export class DashboardComponent implements OnInit {
addPlot() {
this.dialog.open(AddPlotDialogComponent,{
data: {title: "Add Plot"},
data: {},
width: 'calc(100% - 1em)',
height: 'calc(100% - 1em)'
}).afterClosed().subscribe((config: PlotConfig | "") => {