chore: ensures new Edit view is mounted when going directly between one id and another
This commit is contained in:
@@ -208,6 +208,7 @@ const Routes = () => {
|
||||
if (permissions?.collections?.[collection.slug]?.read?.permission) {
|
||||
return (
|
||||
<DocumentInfoProvider
|
||||
key={`${collection.slug}-edit-${id}`}
|
||||
collection={collection}
|
||||
id={id}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user