mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
de-lint
This commit is contained in:
@@ -330,7 +330,7 @@ export default ['Rest', 'Wait',
|
||||
const isUsernameIncluded = (
|
||||
$scope.notification_type.value === 'email' ||
|
||||
$scope.notification_type.value === 'webhook'
|
||||
)
|
||||
);
|
||||
if (i === "username" && isUsernameIncluded &&
|
||||
(value === null || value === undefined)) {
|
||||
$scope[i] = "";
|
||||
|
||||
Reference in New Issue
Block a user