Skip to content

Commit 5c08ba1

Browse files
jiwanska0mateusz-kleszcz
authored andcommitted
deleting navigation enabled for all locales (#618)
1 parent 936d052 commit 5c08ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/services/admin/admin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ const adminService = (context: { strapi: Core.Strapi }) => ({
423423
if (detailsHaveChanged) {
424424
const newSlug = name
425425
? await commonService.getSlug({
426-
query: name,
427-
})
426+
query: name,
427+
})
428428
: currentNavigation.slug;
429429

430430
const allNavigations = await Promise.all(

0 commit comments

Comments
 (0)