Fixes issue #67 #1537

Closed
aka wants to merge 1 commit from gitlab-mr-iid-264 into develop
Member

This fixes #67

Looks like the problem is caused by src/components/user_settings/user_settings.vue, line 13:

<button :disabled='newname.length <= 0' class="btn btn-default" @click="updateProfile">{{$t('general.submit')}}</button>

Checking if newname exists before trying to use .lenght solves the problem.

This fixes https://git.pleroma.social/pleroma/pleroma-fe/issues/67 Looks like the problem is caused by src/components/user_settings/user_settings.vue, line 13: `<button :disabled='newname.length <= 0' class="btn btn-default" @click="updateProfile">{{$t('general.submit')}}</button>` Checking if `newname` exists before trying to use `.lenght` solves the problem.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma-fe!1537
No description provided.