mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-03 06:31:49 -05:00
Fixed whitespace
This commit is contained in:
@@ -16,7 +16,7 @@ class DjangoSearchModel {
|
||||
return relatedSearchField.replace(/\__search$/, "");
|
||||
}
|
||||
this.name = name;
|
||||
this.searchExamples = [];
|
||||
this.searchExamples = [];
|
||||
this.related = _.map(relatedSearchFields, trimRelated);
|
||||
// Remove "object" type fields from this list
|
||||
for (var key in baseFields) {
|
||||
|
||||
Reference in New Issue
Block a user