jamespot-front-business 1.1.95 → 1.1.97

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 CHANGED
@@ -4448,7 +4448,7 @@ function renderWidget(fieldType, fieldProperties) {
4448
4448
  const isMultiple = optionEditor.value.canSelectMultiple;
4449
4449
  const options = optionEditor.value.propertyOptions;
4450
4450
  const hasDefaultValue = optionEditor.value.defaultSelectOption && optionEditor.value.defaultSelectOptionValue.value;
4451
- const userCanModifyByComment = optionEditor.value.userCanModifyByComment;
4451
+ const userCanModifyByComment = optionEditor.value.userCanModifiyByComment;
4452
4452
  return `<widget form="select" ${isMultiple ? 'multiple="1"' : ''}>
4453
4453
  <options>
4454
4454
  ${options