jamespot-front-business 1.1.95 → 1.1.96
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/cjs.js +1 -1
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +1 -1
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +291 -246
- package/package.json +2 -2
package/dist/esm.js
CHANGED
|
@@ -4440,7 +4440,7 @@ function renderWidget(fieldType, fieldProperties) {
|
|
|
4440
4440
|
const isMultiple = optionEditor.value.canSelectMultiple;
|
|
4441
4441
|
const options = optionEditor.value.propertyOptions;
|
|
4442
4442
|
const hasDefaultValue = optionEditor.value.defaultSelectOption && optionEditor.value.defaultSelectOptionValue.value;
|
|
4443
|
-
const userCanModifyByComment = optionEditor.value.
|
|
4443
|
+
const userCanModifyByComment = optionEditor.value.userCanModifiyByComment;
|
|
4444
4444
|
return `<widget form="select" ${isMultiple ? 'multiple="1"' : ''}>
|
|
4445
4445
|
<options>
|
|
4446
4446
|
${options
|