@rudsys/n8n-nodes-sqlite3 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -132,7 +132,6 @@ class SqliteSsh {
|
|
|
132
132
|
typeOptions: { multipleValues: true },
|
|
133
133
|
displayOptions: {
|
|
134
134
|
show: { operation: ['select', 'update', 'delete'] },
|
|
135
|
-
hide: { deleteMode: ['dropTable'] },
|
|
136
135
|
},
|
|
137
136
|
default: {},
|
|
138
137
|
options: [
|
|
@@ -161,7 +160,7 @@ class SqliteSsh {
|
|
|
161
160
|
name: 'value',
|
|
162
161
|
type: 'string',
|
|
163
162
|
default: '',
|
|
164
|
-
displayOptions
|
|
163
|
+
// displayOptions removed to prevent dependency loop inside fixedCollection
|
|
165
164
|
},
|
|
166
165
|
],
|
|
167
166
|
},
|