@5minds/node-red-dashboard-2-processcube-dynamic-table 2.2.0-develop-96d7db-mgun2kfo → 2.2.0

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.
@@ -262,11 +262,6 @@
262
262
 
263
263
  $('#node-input-data').typedInput('value', this.data);
264
264
  $('#node-input-data').typedInput('type', this.data_type);
265
-
266
- if (this.showToolbar === undefined) {
267
- this.showToolbar = true;
268
- $('#node-input-showToolbar').prop('checked', true);
269
- }
270
265
  },
271
266
  oneditsave: function () {
272
267
  const options = $('#node-input-option-container').children();
@@ -8,8 +8,6 @@ module.exports = function (RED) {
8
8
 
9
9
  const base = group.getBase();
10
10
 
11
- config.showToolbar = config.showToolbar === undefined ? true : config.showToolbar;
12
-
13
11
  //server-side event handlers
14
12
  const evts = {
15
13
  onAction: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-dashboard-2-processcube-dynamic-table",
3
- "version": "2.2.0-develop-96d7db-mgun2kfo",
3
+ "version": "2.2.0",
4
4
  "description": "A ui component for showing dynamic Data with actions in a table",
5
5
  "keywords": [
6
6
  "processcube",