delete plot from dashboard
This commit is contained in:
@@ -61,7 +61,6 @@
|
||||
</div>
|
||||
|
||||
<div cdkDropListGroup>
|
||||
<!-- All lists in here will be connected. -->
|
||||
<div
|
||||
cdkDropList
|
||||
class="dashboard-column"
|
||||
@@ -78,7 +77,7 @@
|
||||
[data]="getTextWidget(id)!" (deleted)="delete($event)"></app-text-widget>
|
||||
<app-plot-widget
|
||||
*ngIf="isPlotWidget(id)"
|
||||
[data]="getPlotWidget(id)!"></app-plot-widget>
|
||||
[data]="getPlotWidget(id)!" (deleted)="delete($event)"></app-plot-widget>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user