Browse Source
fix: default link for new external link is now empty (#1749)
Default link for new external link is now empty instead of '/'
pull/1783/head
Sebastien
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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': |
|
|
|