Browse Source

Minor code fix

pull/2436/head
deaflynx 6 years ago
parent
commit
48cced2d0c
  1. 2
      ui/src/app/event/event-row.directive.js

2
ui/src/app/event/event-row.directive.js

@ -114,7 +114,7 @@ export default function EventRowDirective($compile, $templateCache, $mdDialog, $
});
break;
default:
content = entityService.getEntity(scope.event.edgeEventType, scope.event.entityId, {ignoreLoading: true, ignoreErrors: true}).then(
content = entityService.getEntity(scope.event.edgeEventType, scope.event.entityId, {ignoreErrors: true}).then(
function success(info) {
showDialog();
return angular.toJson(info);

Loading…
Cancel
Save