mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🔥 Remove extra comma
This commit is contained in:
parent
360fc74ee4
commit
12b7ca2f0f
|
@ -367,7 +367,7 @@ export const makeGetAllFields = (resource: CamelCaseResource) => {
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
resource: [
|
resource: [
|
||||||
resource,,
|
resource,
|
||||||
],
|
],
|
||||||
operation: [
|
operation: [
|
||||||
'getAll',
|
'getAll',
|
||||||
|
|
Loading…
Reference in a new issue