Notification form UX Audit cleanup

This commit is contained in:
Jared Tabor
2016-05-06 16:59:51 -04:00
parent fd40135d9d
commit 71ea4cb465
3 changed files with 17 additions and 14 deletions

View File

@@ -81,7 +81,7 @@ export default
master.notification_type = $scope.notification_type;
CreateSelect2({
element: '#notification_template_notification_typex',
element: '#notification_template_notification_type',
multiple: false
});
NotificationsTypeChange.getDetailFields($scope.notification_type.value).forEach(function(field) {