Skip to content

Commit

Permalink
replace removeRow with removeLineChartRow
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri committed Mar 20, 2024
1 parent 1226aeb commit 264d570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/web/templates/charts/linechartmodal.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h5>Data Source</h5>
<input type="color" class="form-control" name="lineColor" />
</td>
<td class="text-center">
<button type="button" class="btn btn-sm" onclick="removeRow(this)">
<button type="button" class="btn btn-sm" onclick="removeLineChartRow(this)">
<i class="fas fa-trash-alt"></i>
</button>
</td>`;
Expand Down

0 comments on commit 264d570

Please sign in to comment.