skinny-azureS
Refine3y ago
5 replies
skinny-azure

Edit Button on Show-Page

Hey everyone, I have adjusted the buttons inside of my list-component to have meta-information like this:

<EditButton
  hideText
  size="small"
  recordItemId={record.id}
  meta={{
    source: record.source,
  }}
/>


I'm currently lacking a way to adjust the EditButton inside of the @refinedev/antd Show component. Is there an obvious way I am missing?
Was this page helpful?