sf-i-reporting 1.0.68 → 1.0.69

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-reporting",
3
3
  "private": false,
4
- "version": "1.0.68",
4
+ "version": "1.0.69",
5
5
  "description": "Superflows Reporting Component",
6
6
  "main": "sf-i-reporting.js",
7
7
  "module": "sf-i-reporting.js",
package/sf-i-reporting.js CHANGED
@@ -408,7 +408,7 @@ let SfIReporting = class SfIReporting extends LitElement {
408
408
  <div class="d-flex w-100-m-0 justify-between align-center">
409
409
  ${this.editdisable != "true" ? `
410
410
  <button id="button-back" part="button-icon" class="button-icon-click"><span class="material-icons">keyboard_backspace</span></button>` : ''}
411
- <h3 part="results-title" class="m-0">${this.name}</h3>
411
+ ${this.editdisable != "true" ? `<h3 part="results-title" class="m-0">${this.name}</h3>` : ''}
412
412
  ${this.editdisable != "true" ? (`
413
413
  <div class="d-flex justify-center align-center">${this.flow == "new" ? `
414
414
  <button class="mrl-5 material-icons invisible" part="button-icon" id="button-submit" disabled>upload</button>