mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 04:16:31 +02:00
Fix templates on transformation being saved as array of array (#9846)
This commit is contained in:
parent
55a17be455
commit
5ea596cfab
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user