Skip to content

Commit

Permalink
fix: set salary input type to number
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadM1998 committed Jun 15, 2024
1 parent a4d42a4 commit f4f0c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/content/dashboard/DashboardFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
<div class="relative">
<UiInput
id="salary"
v-model.trim="filters.personal.salary"
type="text"
v-model="filters.personal.salary"
type="number"
class="pe-10"
/>
<span
Expand Down

0 comments on commit f4f0c97

Please sign in to comment.