Skip to content

Commit

Permalink
fix: numpad last line [WTEL-4029]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Nov 7, 2023
1 parent 6712a80 commit 8fd9479
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<section class="wt-omni-widget-numpad">
<wt-button
v-for="(value) of ['1', '2', '3', '4', '5', '6', '7', '8', '9']"
v-for="(value) of ['1', '2', '3', '4', '5', '6', '7', '8', '9', '*', '0', '#']"
:key="value"
color="secondary"
wide
Expand Down

0 comments on commit 8fd9479

Please sign in to comment.