Added our filter for Manual sources back in

This commit is contained in:
Michael Abashian
2017-07-06 16:16:05 -04:00
parent 527728176e
commit d4cd5a958c

View File

@@ -11,7 +11,7 @@ export default
.success(function (data) {
var i, choices = data.actions.GET.source.choices;
for (i = 0; i < choices.length; i++) {
if (choices[i][0] !== 'file') {
if (choices[i][0] !== 'file' && choices[i][0] !== "") {
scope[variable].push({
label: choices[i][1],
value: choices[i][0]