fixes error with server side validation + data tyep editor

This commit is contained in:
Shannon
2017-01-10 11:55:36 +11:00
parent d11e787624
commit 6531d027fc

View File

@@ -178,8 +178,6 @@ function DataTypeEditController($scope, $routeParams, $location, appState, navig
//share state
editorState.set($scope.content);
dataTypeHelper.rebindChangedProperties($scope.content, data);
});
}