Skip to content

Commit

Permalink
fix: default link for new external link is now empty (#1749)
Browse files Browse the repository at this point in the history
Default link for new external link is now empty instead of '/'
  • Loading branch information
sbonaime committed Apr 23, 2020
1 parent ac11cd2 commit a8344e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/admin/admin-navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit a8344e4

Please sign in to comment.