diff --git a/ui/app/adapters/transform.js b/ui/app/adapters/transform.js index 1f7627ba1f..65ffca614e 100644 --- a/ui/app/adapters/transform.js +++ b/ui/app/adapters/transform.js @@ -76,7 +76,7 @@ export default ApplicationAdapter.extend({ // To keep the keys consistent we're translating here d = { ...d, - template: [d.templates], + template: d.templates, }; delete d.templates; }