mirror of
https://github.com/strapi/strapi.git
synced 2025-09-17 12:27:33 +00:00
fix: save component's view configuration
This commit is contained in:
parent
3308e31ef4
commit
02d2bd8442
@ -133,7 +133,7 @@ const EditSettingsView = ({ mainLayout, components, isContentTypeView, slug, upd
|
|||||||
return put(
|
return put(
|
||||||
isContentTypeView
|
isContentTypeView
|
||||||
? `/content-manager/content-types/${slug}/configuration`
|
? `/content-manager/content-types/${slug}/configuration`
|
||||||
: `components/${slug}/configuration`,
|
: `/content-manager/components/${slug}/configuration`,
|
||||||
body
|
body
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user