Rename: instanceSpecificPanelPresent
This commit is contained in:
parent
e871e3f2ac
commit
c30dabbdd4
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ const settings = {
|
|||
currentSaveStateNotice () {
|
||||
return this.$store.state.interface.settings.currentSaveStateNotice
|
||||
},
|
||||
showInstanceSpecificPanel () { return this.$store.state.instance.showInstanceSpecificPanel }
|
||||
instanceSpecificPanelPresent () { return this.$store.state.instance.showInstanceSpecificPanel }
|
||||
},
|
||||
watch: {
|
||||
hideAttachmentsLocal (value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue