mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 15:53:36 -05:00
fix saving of new jts error
This commit is contained in:
@@ -360,7 +360,7 @@
|
||||
});
|
||||
|
||||
currentLabels.then(function (current) {
|
||||
var labelsToAdd = $scope.labels
|
||||
var labelsToAdd = ($scope.labels || [])
|
||||
.map(val => val.value);
|
||||
var labelsToDisassociate = current
|
||||
.filter(val => labelsToAdd
|
||||
|
||||
Reference in New Issue
Block a user