Merge pull request #11526 from strapi/fix/cm-clone

Fix CM list view clone url
This commit is contained in:
cyril lopez 2021-11-09 18:01:28 +01:00 committed by GitHub
commit db75d30a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ const TableRows = ({
<IconButton
onClick={() => {
push({
pathname: `${pathname}/create/clone${data.id}`,
pathname: `${pathname}/create/clone/${data.id}`,
state: { from: pathname },
search: pluginsQueryParams,
});