fix: save component's view configuration

This commit is contained in:
Andrei Bobkov 2023-08-06 14:31:32 +02:00 committed by Gustav Hansen
parent 3308e31ef4
commit 02d2bd8442

View File

@ -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
); );
}, },