Skip to content

Commit

Permalink
docs(Form Elements): fix example form grid (#1952)
Browse files Browse the repository at this point in the history
- changed Form to grid
  • Loading branch information
ChristianBusshoff authored Oct 14, 2024
1 parent be794c6 commit ba22c62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const legalTerms: CheckboxGroupOption<LegalTerm>[] = [
<template>
<div>
<OnyxForm
class="onyx-grid"
:density="props.density"
:disabled="props.disabled"
@submit.prevent="handleSubmit"
Expand Down

0 comments on commit ba22c62

Please sign in to comment.