From 62ecefb716ea55f41674fb50f28b76dd1557fc2d Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 11 Apr 2016 10:34:57 -0700 Subject: [PATCH] removing unncessary line --- .../notifications/notification-templates-list/list.controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/src/notifications/notification-templates-list/list.controller.js b/awx/ui/client/src/notifications/notification-templates-list/list.controller.js index d462b62aa1..83ef89fa03 100644 --- a/awx/ui/client/src/notifications/notification-templates-list/list.controller.js +++ b/awx/ui/client/src/notifications/notification-templates-list/list.controller.js @@ -156,7 +156,6 @@ export default .then(function () { ngToast.success({ content: ` Test Notification Success: ${name} `, - className: 'Toast-success' }); })