@uportal/form-builder 2.1.0 → 2.1.1
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/dist/form-builder.js
CHANGED
|
@@ -1506,7 +1506,7 @@ class FormBuilder extends i {
|
|
|
1506
1506
|
)}
|
|
1507
1507
|
|
|
1508
1508
|
<div class="buttons">
|
|
1509
|
-
<button type="submit" ?disabled="${this.submitting
|
|
1509
|
+
<button type="submit" ?disabled="${this.submitting}">
|
|
1510
1510
|
<span class="button-content">
|
|
1511
1511
|
${this.submitting ? x`<span class="spinner"></span>` : ''}
|
|
1512
1512
|
${this.submitting ? 'Submitting...' : 'Submit'}
|