fix(dashboard): yaml.dump instead of safeDump
This commit is contained in:
parent
a23beadf24
commit
06a003ca09
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
renderConfiguration(options) {
|
renderConfiguration(options) {
|
||||||
return yaml.safeDump({
|
return yaml.dump({
|
||||||
[this.pluginName]: options,
|
[this.pluginName]: options,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue