mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #55523 from nextcloud/backport/55486/stable32
[stable32] Allow to remove a website in the user profile
This commit is contained in:
commit
84b45058de
3 changed files with 4 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ export default {
|
|||
|
||||
methods: {
|
||||
onValidate(value) {
|
||||
return validateUrl(value)
|
||||
return validateUrl(value) || value === ''
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
4
dist/settings-vue-settings-personal-info.js
vendored
4
dist/settings-vue-settings-personal-info.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue