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:
		| @@ -311,7 +311,7 @@ export default { | |||||||
|             label: this.$t('navigation.untitled', { kind: this.$t(`navigation.link`) }), |             label: this.$t('navigation.untitled', { kind: this.$t(`navigation.link`) }), | ||||||
|             icon: 'mdi-chevron-right', |             icon: 'mdi-chevron-right', | ||||||
|             targetType: 'home', |             targetType: 'home', | ||||||
|             target: '/' |             target: '' | ||||||
|           } |           } | ||||||
|           break |           break | ||||||
|         case 'header': |         case 'header': | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user