mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:07:08 +00:00
Do not make graphs editable
This commit is contained in:
@@ -200,7 +200,7 @@ export default {
|
||||
};
|
||||
|
||||
const config = {
|
||||
editable: true,
|
||||
editable: false,
|
||||
displaylogo: false
|
||||
};
|
||||
|
||||
@@ -309,7 +309,7 @@ export default {
|
||||
};
|
||||
|
||||
const config = {
|
||||
editable: true,
|
||||
editable: false,
|
||||
displaylogo: false
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user