mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
fix (settings): Allow for empty websites in the profile to remove the entry completely
Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
parent
4ace101b05
commit
d40e58db00
3 changed files with 4 additions and 4 deletions
|
|
@ -35,7 +35,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