Don't show logo on graph toolbar

This commit is contained in:
D. Berge
2023-11-02 20:05:18 +01:00
parent d91a1b1302
commit db7b385d66
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ export default {
default:
return {
editable: false,
displayLogo: false
displaylogo: false
};
}
},

View File

@@ -36,7 +36,7 @@ export default {
config () {
return {
editable: false,
displayLogo: false
displaylogo: false
};
},