mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-22 15:39:08 +08:00
Fix merge issue
This commit is contained in:
parent
754e2f1625
commit
d101f8794c
1 changed files with 1 additions and 12 deletions
|
@ -51,19 +51,8 @@ export default {
|
|||
mixins: [searchMixin],
|
||||
data() {
|
||||
return {
|
||||
group: 'label_templates',
|
||||
enabled: false
|
||||
group: 'label_templates'
|
||||
};
|
||||
},
|
||||
created() {
|
||||
this.checkEnabled();
|
||||
},
|
||||
methods: {
|
||||
checkEnabled() {
|
||||
if (!this.enabled) {
|
||||
this.$emit('selectGroup', 'LabelTemplatesComponent');
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue