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