Skip to content

Commit 84b4505

Browse files
authored
Merge pull request #55523 from nextcloud/backport/55486/stable32
[stable32] Allow to remove a website in the user profile
2 parents 820308b + a199b64 commit 84b4505

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/settings/src/components/PersonalInfo/WebsiteSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
3737
methods: {
3838
onValidate(value) {
39-
return validateUrl(value)
39+
return validateUrl(value) || value === ''
4040
},
4141
},
4242
}

dist/settings-vue-settings-personal-info.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-vue-settings-personal-info.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)