Disable diffs by default

Test: N/A
Change-Id: I0d249ba8411c6589f82f099728c5aa7154edf1f8
This commit is contained in:
Pablo Gamito
2020-07-17 10:44:30 +01:00
parent 00302923aa
commit cdbcfadd90

View File

@@ -169,8 +169,8 @@ export default {
item: null,
tree: null,
highlight: null,
showHierachyDiff: true,
showPropertiesDiff: true,
showHierachyDiff: false,
showPropertiesDiff: false,
}
},
methods: {