Skip to content

Commit eaab20e

Browse files
Use flow name, drop back to spec name.
#6840
1 parent 7d5f73c commit eaab20e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

waltz-ng/client/data-flow/components/logical-flow-view-grid/logical-flow-view-grid.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,6 @@ function controller($q, $scope, $state, serviceBroker) {
394394

395395
vm.physicalRows = vm.physicalFlowsByDirection.ALL;
396396
vm.logicalRows = vm.logicalFlowsByDirection.ALL;
397-
398-
console.log(vm);
399-
400397
})
401398
.then(() => vm.visibility.loading = false);
402399
}
@@ -406,7 +403,7 @@ function controller($q, $scope, $state, serviceBroker) {
406403
vm.selectionOptions = mkSelectionOptions(vm.parentEntityRef);
407404
loadFlows();
408405
}
409-
}
406+
};
410407

411408
vm.onLogicalRowSelect = (r) => {
412409
if (vm.selectedFlow === r || _.isNil(r)) {

0 commit comments

Comments
 (0)