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: {
|
||||
show: {
|
||||
resource: [
|
||||
resource,,
|
||||
resource,
|
||||
],
|
||||
operation: [
|
||||
'getAll',
|
||||
|
|
Loading…
Reference in a new issue