Skip to content

Commit

Permalink
Custom token placeholder empty
Browse files Browse the repository at this point in the history
  • Loading branch information
monokh committed Dec 21, 2020
1 parent f54d24a commit 9b8e07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CustomToken.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>
<div class="form-group">
<label for="decimals">Decimals</label>
<input type="text" v-model="decimals" class="form-control form-control-sm" id="decimals" placeholder="18" autocomplete="off" required :disabled="autofilled">
<input type="text" v-model="decimals" class="form-control form-control-sm" id="decimals" autocomplete="off" required :disabled="autofilled">
</div>
<div class="form-group">
<label for="network">Network</label>
Expand Down

0 comments on commit 9b8e07e

Please sign in to comment.