Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix (settings): Allow for empty websites in the profile to remove the…
… entry completely

Signed-off-by: Christian Wolf <[email protected]>
  • Loading branch information
christianlupus committed Oct 2, 2025
commit d40e58db00c61a1fcd6aa454fc3bae6bf6e9567a
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {

methods: {
onValidate(value) {
return validateUrl(value)
return validateUrl(value) || value === ''
},
},
}
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-vue-settings-personal-info.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-personal-info.js.map

Large diffs are not rendered by default.

Loading