1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-08 02:28:57 +03:00

👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2022-02-26 11:33:07 +01:00
parent 59eba8cdc5
commit 7bd8f9f56a

View File

@ -111,7 +111,7 @@ export function getColorOptions(): INodePropertyOptions[] {
].map(value => {
return {
name: value,
value: value,
value,
};
});
}