Unhandled Runtime Error
TypeError: forms[table] is not a function
Source
src\components\FormModal.tsx (151:20) @ setOpen
149 |
150 | ) : type === "create" || type === "update" ? (
151 | forms[table](setOpen, type, data, relatedData)
| ^
152 | ) : (
153 | "Form not found!"
154 | );
Unhandled Runtime Error
TypeError: forms[table] is not a function
Source
src\components\FormModal.tsx (151:20) @ setOpen
149 |
150 | ) : type === "create" || type === "update" ? (