Skip to content

Commit 5cf4f66

Browse files
committed
up
1 parent d7790f2 commit 5cf4f66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ export default defineNuxtModule<ModuleOptions>({
120120
const adminUrl = joinURL(nuxt.options.runtimeConfig.public.strapi.url, nuxt.options.runtimeConfig.public.strapi.admin)
121121
logger.info(`Strapi Admin URL: ${adminUrl}`)
122122
if (options.devtools) {
123-
// @ts-expect-error not yet typed
124123
nuxt.hook('devtools:customTabs', (iframeTabs) => {
125124
iframeTabs.push({
126125
name: 'strapi',

0 commit comments

Comments
 (0)