Skip to content

Commit

Permalink
Fixed wrong input type
Browse files Browse the repository at this point in the history
  • Loading branch information
fahminlb33 committed Aug 6, 2020
1 parent 15c4f06 commit 7ce17a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Expand Up @@ -51,7 +51,7 @@ <h2 class="subtitle">
<div class="field">
<label class="label">HTML URL</label>
<div class="control">
<input class="input" type="number" v-model="html_url" :disabled="form_disabled">
<input class="input" type="text" v-model="html_url" :disabled="form_disabled">
</div>
</div>
<div class="field">
Expand Down

0 comments on commit 7ce17a9

Please sign in to comment.