@5minds/node-red-dashboard-2-processcube-dynamic-form 2.2.1-feature-451281-mf6lqajn → 2.2.1-feature-f3865e-mf6maz40

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.
@@ -85,7 +85,6 @@
85
85
  const labels = [...this.options.map((i) => i.label)];
86
86
 
87
87
  if (this.handle_confirmation_dialogs && this.confirm_actions) {
88
- // Labels come from user task field configuration (confirmButtonText/declineButtonText)
89
88
  labels.push('Decline (from UserTask)', 'Confirm (from UserTask)');
90
89
  }
91
90
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-dashboard-2-processcube-dynamic-form",
3
- "version": "2.2.1-feature-451281-mf6lqajn",
3
+ "version": "2.2.1-feature-f3865e-mf6maz40",
4
4
  "description": "The ui component for the ProcessCube dynamic-form",
5
5
  "keywords": [
6
6
  "processcube",
@@ -897,7 +897,6 @@ export default {
897
897
  this.collapsed = this.props.collapse_when_finished;
898
898
  }
899
899
 
900
- // Check if we have a confirmation dialog field
901
900
  const hasConfirmField = formFields.some((field) => field.type === 'confirm');
902
901
 
903
902
  if (formFields) {