Unverified Commit a8344e4e authored by Sebastien's avatar Sebastien Committed by GitHub

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

Default link for new external link is now empty instead of '/'
parent ac11cd2c
......@@ -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':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment