Adding default value for corporation activity on Firm initialization
This commit is contained in:
@@ -27,7 +27,6 @@ const New = <T,>(props: NewProps) => {
|
||||
schemaName={schemaName}
|
||||
uiSchema={uiSchema}
|
||||
resourceBasePath={resourceBasePath}
|
||||
resource={resource}
|
||||
defaultValue={defaultValue}
|
||||
onSubmit={(data: any) => onFinish(data)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user