Skip to content

Commit

Permalink
apachegh-31: Fix the last name input label in the profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
dinukadesilva committed Oct 12, 2020
1 parent bc4bf5f commit 87b03f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custos-demo-gateway/src/components/workspace/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</b-col>

<b-col style="max-width: 300px; min-width: 200px;" class="p-2">
<label class="form-input-label" for="form-input-last-name">First Name</label>
<label class="form-input-label" for="form-input-last-name">Last Name</label>
<div>
<b-alert v-model="lastnameError" variant="danger" dismissible
@dismissed="this.callDismissed">
Expand Down

0 comments on commit 87b03f5

Please sign in to comment.