mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
+ fix spaces
This commit is contained in:
parent
bf50cbdad3
commit
1e580a9b85
|
@ -1,36 +1 @@
|
||||||
export const groups = {
|
export const groups = {groups: [{'translated':'Audio','name':'audio'},{'translated':'Communication','name':'communication'},{'translated':'Company','name':'company'},{'translated':'Finance','name':'finance'},{'translated':'Geographical','name':'geographic'},{'translated':'Image','name':'image'},{'translated':'Internet','name':'internet'},{'translated':'Personal','name':'personal'},{'translated':'Product','name':'product'},{'translated':'Security','name':'security'},{'translated':'Text','name':'text'}]};
|
||||||
groups: [{
|
|
||||||
"translated": "Audio",
|
|
||||||
"name": "audio"
|
|
||||||
}, {
|
|
||||||
"translated": "Communication",
|
|
||||||
"name": "communication"
|
|
||||||
}, {
|
|
||||||
"translated": "Company",
|
|
||||||
"name": "company"
|
|
||||||
}, {
|
|
||||||
"translated": "Finance",
|
|
||||||
"name": "finance"
|
|
||||||
}, {
|
|
||||||
"translated": "Geographical",
|
|
||||||
"name": "geographic"
|
|
||||||
}, {
|
|
||||||
"translated": "Image",
|
|
||||||
"name": "image"
|
|
||||||
}, {
|
|
||||||
"translated": "Internet",
|
|
||||||
"name": "internet"
|
|
||||||
}, {
|
|
||||||
"translated": "Personal",
|
|
||||||
"name": "personal"
|
|
||||||
}, {
|
|
||||||
"translated": "Product",
|
|
||||||
"name": "product"
|
|
||||||
}, {
|
|
||||||
"translated": "Security",
|
|
||||||
"name": "security"
|
|
||||||
}, {
|
|
||||||
"translated": "Text",
|
|
||||||
"name": "text"
|
|
||||||
}]
|
|
||||||
};
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue