chore: add plugin query params to request

This commit is contained in:
Josh 2023-04-24 10:26:08 +01:00
parent cef57c7841
commit 1c0b4f14ba

View File

@ -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) {