Skip to content

Commit 6e51a0e

Browse files
committed
typo fix
1 parent 8ff76f6 commit 6e51a0e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/kafka-connect/select-type/sink-or-source.controller.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ angularAPP.controller('SelectNewConnectorCtrl', function ($scope, $http, $log, $
4242
else
4343
$scope.sinks.push(o);
4444
}
45-
else {
46-
if(plugin.version){
47-
connectorPlugin.version = plugin.version !== 'null' ? plugin.version : 'N/A';
48-
}
49-
}
5045
});
5146
}, function (reason) {
5247
$log.error('Failed: ' + reason);

0 commit comments

Comments
 (0)