mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Removed quotes around attribute
This commit is contained in:
parent
937c85e89e
commit
e401bb8986
@ -131,7 +131,7 @@ export default ['i18n', 'NotificationsList', function(i18n, NotificationsList) {
|
||||
basePath: 'credentials',
|
||||
list: 'CredentialList',
|
||||
search: {
|
||||
"credential_type": null
|
||||
credential_type: null
|
||||
},
|
||||
ngClick: 'lookupCredential()',
|
||||
awRequiredWhen: {
|
||||
|
Loading…
Reference in New Issue
Block a user