sf-i-events 1.0.235 → 1.0.236
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 +1 -1
- package/sf-i-events.js +1 -1
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +1 -1
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -5612,7 +5612,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
5612
5612
|
html += '<label part="input-label">Supporting Documents</label>';
|
|
5613
5613
|
html += '<slot name="uploader"></slot>';
|
|
5614
5614
|
html += '<br />';
|
|
5615
|
-
html += '
|
|
5615
|
+
html += '<div class="td-head d-flex justify-center align-center"><span class="material-symbols-outlined">check_small</span><div> Auto-approve</div></div>';
|
|
5616
5616
|
html += '</div>';
|
|
5617
5617
|
html += '</div>';
|
|
5618
5618
|
}
|