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

Default link for new external link is now empty instead of '/'
This commit is contained in:
Sebastien 2020-04-24 01:17:47 +02:00 committed by GitHub
parent ac11cd2cdd
commit a8344e4e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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':