skinny-azureS
Refine3y ago
4 replies
skinny-azure

Reuse SaveButton

I have a custom Form I where I'm using one of my resources Create components. I want to adjust the redirection after the Entity has been created. Is that possible?

So basically I want to re-use my Create-Form like this example, but adjust the redirect path after creation.
<VenueCreate
  goBack={false}
  title={false}
  breadcrumb={false}
  wrapperProps={{ style: { margin: 0 } }}
  // saveButtonProps={{ hideText: true }}
  contentProps={{
    style: { margin: 0, boxShadow: 'none', backgroundColor: 'transparent' },
  }}
/>
Was this page helpful?