Skip to content

Commit

Permalink
⚡ Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 committed Mar 18, 2022
1 parent 15cc321 commit 52f468a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/nodes-base/nodes/KoBoToolbox/KoBoToolbox.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import {
submissionFields,
submissionOperations,
} from './descriptions';

export class KoBoToolbox implements INodeType {
description: INodeTypeDescription = {
displayName: 'KoBoToolbox',
Expand Down
4 changes: 2 additions & 2 deletions packages/nodes-base/nodes/KoBoToolbox/descriptions/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const options = {
displayOptions: {
show: {
download: [
true
true,
],
},
},
Expand All @@ -37,7 +37,7 @@ export const options = {
displayOptions: {
show: {
download: [
true
true,
],
},
},
Expand Down

0 comments on commit 52f468a

Please sign in to comment.