소스 검색

fix: default link for new external link is now empty (#1749)

Default link for new external link is now empty instead of '/'
Sebastien 5 년 전
부모
커밋
a8344e4e06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/admin/admin-navigation.vue

+ 1 - 1
client/components/admin/admin-navigation.vue

@@ -311,7 +311,7 @@ export default {
             label: this.$t('navigation.untitled', { kind: this.$t(`navigation.link`) }),
             icon: 'mdi-chevron-right',
             targetType: 'home',
-            target: '/'
+            target: ''
           }
           break
         case 'header':