fixed edit am

This commit is contained in:
gabryon99 2020-10-06 10:11:55 +02:00
parent e1f4bb80f7
commit 0a59f57125

View file

@ -268,7 +268,7 @@ $(document).ready(function() {
dialogRefreshMeasurement($dialog, amData.granularity);
},
beforeSumbit: function () {
beforeSumbit: function (amData) {
const host = $("#input-edit-host").val(), measurement = $("#select-edit-measurement").val();
const granularity = $("#select-edit-granularity").val();