- added new fields;
- corrected route urls;
This commit is contained in:
@@ -38,6 +38,7 @@ const FormBuilder = () => {
|
||||
dbId={item.id}
|
||||
label={item.label}
|
||||
name={item.name}
|
||||
description={item.description}
|
||||
/>
|
||||
)
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user