@uxbertlabs/reportly 1.0.33 → 1.0.34
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/index.cjs.js +1 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -10799,9 +10799,7 @@ function IssueModal({
|
|
|
10799
10799
|
}, /*#__PURE__*/React.createElement("label", {
|
|
10800
10800
|
htmlFor: "issue-title",
|
|
10801
10801
|
className: "uxbert-form-label"
|
|
10802
|
-
}, "Issue Title
|
|
10803
|
-
className: "uxbert-form-required"
|
|
10804
|
-
}, "*")), /*#__PURE__*/React.createElement("input", {
|
|
10802
|
+
}, "Issue Title"), /*#__PURE__*/React.createElement("input", {
|
|
10805
10803
|
id: "issue-title",
|
|
10806
10804
|
type: "text",
|
|
10807
10805
|
value: formData.title,
|