Minor code fix

This commit is contained in:
deaflynx 2020-07-21 11:59:04 +03:00
parent 0961c24a35
commit 48cced2d0c

View File

@ -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);