mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🔥 Remove unneeded getters
This commit is contained in:
parent
290456297c
commit
238565b0ed
|
@ -317,7 +317,6 @@ export default mixins(
|
|||
},
|
||||
},
|
||||
computed: {
|
||||
...mapGetters('credentials', ['allCredentialsByType', 'getCredentialTypeByName']),
|
||||
areExpressionsDisabled(): boolean {
|
||||
return this.$store.getters['ui/areExpressionsDisabled'];
|
||||
},
|
||||
|
@ -597,7 +596,6 @@ export default mixins(
|
|||
workflow (): Workflow {
|
||||
return this.getWorkflow();
|
||||
},
|
||||
|
||||
},
|
||||
methods: {
|
||||
getPlaceholder(): string {
|
||||
|
|
Loading…
Reference in a new issue