mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
👕 Fix lint issue
This commit is contained in:
parent
59eba8cdc5
commit
7bd8f9f56a
|
@ -111,7 +111,7 @@ export function getColorOptions(): INodePropertyOptions[] {
|
|||
].map(value => {
|
||||
return {
|
||||
name: value,
|
||||
value: value,
|
||||
value,
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue