Implementing all cht classic routes
This commit is contained in:
@@ -7,7 +7,7 @@ type NewProps = {
|
||||
uiSchema?: UiSchema,
|
||||
}
|
||||
|
||||
const New = (props: NewProps) => {
|
||||
const New = <T,>(props: NewProps) => {
|
||||
const { schemaName, resource, uiSchema } = props;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user