- added bando preview page;
- added bando form preview;
This commit is contained in:
@@ -48,6 +48,7 @@ const FormFieldRepeater = ({
|
||||
const newData = stateFieldData.map((o, i) => {
|
||||
if (i === index) {
|
||||
o.value = e.value;
|
||||
o.id = e.id;
|
||||
}
|
||||
return o;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user