mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
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: {
|
||||
renderConfiguration(options) {
|
||||
return yaml.safeDump({
|
||||
return yaml.dump({
|
||||
[this.pluginName]: options,
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue