Skip to content

Commit

Permalink
components(form-row): fix direction prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Mar 30, 2024
1 parent 9314c44 commit d28ea2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form-row.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-row
:class="{'vh-form-row--horizontal': props.label === 'horizontal'}"
:class="{'vh-form-row--horizontal': props.direction === 'horizontal'}"
no-gutters=""
class="vh-form-row flex-column flex-sm-row">
<v-col class="vh-form-row__label-col">
Expand Down

0 comments on commit d28ea2a

Please sign in to comment.