mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-27 21:49:41 -08:00
remove default color
This commit is contained in:
parent
bbffc17e60
commit
0758c83e55
|
@ -122,13 +122,6 @@ export default mixins(
|
||||||
|
|
||||||
return this.nodeType.properties;
|
return this.nodeType.properties;
|
||||||
},
|
},
|
||||||
isColorDefaultValue (): boolean {
|
|
||||||
if (this.nodeType === null) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return this.node.color === this.nodeType.defaults.color;
|
|
||||||
},
|
|
||||||
workflowRunning (): boolean {
|
workflowRunning (): boolean {
|
||||||
return this.$store.getters.isActionActive('workflowRunning');
|
return this.$store.getters.isActionActive('workflowRunning');
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue