Merge pull request #55523 from nextcloud/backport/55486/stable32

[stable32] Allow to remove a website in the user profile
This commit is contained in:
Ferdinand Thiessen 2025-10-03 18:07:30 +02:00 committed by GitHub
commit 84b45058de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,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