I see that we can pass additional data
I see that we can pass additional data with the
meta
prop for <DeleteButton meta={...} />
. Is it possible to access those values in the backend? Im currently doing something hacky by updating recordItemId
to pass the required data to my api1 Reply