- added table validation custom function;

This commit is contained in:
Vitalii Kiiko
2024-10-13 12:41:40 +02:00
parent e2d630b92f
commit 131b2dbf57
4 changed files with 28 additions and 9 deletions

View File

@@ -14,7 +14,6 @@ import { TabView, TabPanel } from 'primereact/tabview';
import { InputSwitch } from 'primereact/inputswitch';
import ElementSetting from './components/ElementSetting';
import { Dropdown } from 'primereact/dropdown';
import { maxChecks, minChecks } from '../../../../helpers/validators';
const BuilderElementSettings = ({ closeSettings }) => {
const elements = useStore().main.formElements();