mirror of
https://github.com/strapi/strapi.git
synced 2025-08-06 07:50:02 +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
|
||||
onClick={() => {
|
||||
push({
|
||||
pathname: `${pathname}/create/clone${data.id}`,
|
||||
pathname: `${pathname}/create/clone/${data.id}`,
|
||||
state: { from: pathname },
|
||||
search: pluginsQueryParams,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user