fix (settings): Allow for empty websites in the profile to remove the entry completely

Signed-off-by: Christian Wolf <github@christianwolf.email>
pull/55486/head
Christian Wolf 4 days ago
parent 4ace101b05
commit d40e58db00
No known key found for this signature in database
GPG Key ID: AB6DF7467D2738F2
  1. 2
      apps/settings/src/components/PersonalInfo/WebsiteSection.vue
  2. 4
      dist/settings-vue-settings-personal-info.js
  3. 2
      dist/settings-vue-settings-personal-info.js.map

@ -35,7 +35,7 @@ export default {
methods: {
onValidate(value) {
return validateUrl(value)
return validateUrl(value) || value === ''
},
},
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save