[Refactor] Remove ConfigType from ConfigForm and ConfigFormClientOnly
MR: !341 (merged)
Description
Due to the removal of the remote development mode from the example app, there are remainders that still need to be removed for overall concise code. ConfigType was used to differentiate between the remote development and client-side, and now it serves no purpose now that there's only the client side. It's only efficient to remove it for code efficiency, however it is commonly used within ConfigForm and ConfigFormClientOnly, therefore it's going to involve a lot of changes.
Implementation Details
- All remnants or mentions of
ConfigTypecan be removed fromConfigFormandConfigFormClientOnly.
Edited by Victoria Owusu