Edge events reverted

This commit is contained in:
deaflynx 2020-09-18 18:37:47 +03:00
parent ef94f7979a
commit 60bd2600cc

View File

@ -108,9 +108,6 @@ export default function EventRowDirective($compile, $templateCache, $mdDialog, $
var content = '';
switch(scope.event.type) {
case types.edgeEventType.relation:
case types.edgeEventType.whiteLabeling:
case types.edgeEventType.loginWhiteLabeling:
case types.edgeEventType.customTranslation:
content = angular.toJson(scope.event.body);
showDialog();
break;