- removed console log;

- switched to BE cfg for builder form elements;
This commit is contained in:
Vitalii Kiiko
2024-10-13 12:22:37 +02:00
parent cd54246313
commit e2d630b92f
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ const ElementSetting = ({ setting, changeFn, updateDataFn }) => {
};
const header = renderHeader();
console.log('setting', setting)
const getProperField = (setting) => {
if (setting.name === 'options') {
return <ElementSettingRepeater