mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 08:16:35 +00:00
Merge pull request #11526 from strapi/fix/cm-clone
Fix CM list view clone url
This commit is contained in:
commit
db75d30a23
@ -120,7 +120,7 @@ const TableRows = ({
|
|||||||
<IconButton
|
<IconButton
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
push({
|
push({
|
||||||
pathname: `${pathname}/create/clone${data.id}`,
|
pathname: `${pathname}/create/clone/${data.id}`,
|
||||||
state: { from: pathname },
|
state: { from: pathname },
|
||||||
search: pluginsQueryParams,
|
search: pluginsQueryParams,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user