3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

fix(dashboard): yaml.dump instead of safeDump

This commit is contained in:
Dragory 2023-06-26 19:01:11 +00:00
parent a23beadf24
commit 06a003ca09
No known key found for this signature in database

View file

@ -220,7 +220,7 @@
},
methods: {
renderConfiguration(options) {
return yaml.safeDump({
return yaml.dump({
[this.pluginName]: options,
});
},