mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 22:23:10 +00:00
chore: add plugin query params to request
This commit is contained in:
parent
cef57c7841
commit
1c0b4f14ba
@ -53,7 +53,7 @@ export const TableRows = ({
|
||||
const handleCloneClick = (id) => async () => {
|
||||
try {
|
||||
const { data } = await post(
|
||||
`/content-manager/collection-types/${contentType.uid}/clone/${id}`
|
||||
`/content-manager/collection-types/${contentType.uid}/clone/${id}?${pluginsQueryParams}`
|
||||
);
|
||||
|
||||
if ('id' in data) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user