Skip to content

Commit

Permalink
Fix dialog example
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Jun 26, 2024
1 parent 99e59b1 commit 293c868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/docs/dialog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ FDialog.raw(
### Horizontal Layout
<Tabs items={['Preview', 'Code']}>
<Tabs.Tab>
<Widget name='dialog' query={{vertical: "false"}}/>
<Widget name='dialog' query={{vertical: "false"}} height={400}/>
</Tabs.Tab>
<Tabs.Tab>
```dart
Expand Down Expand Up @@ -99,7 +99,7 @@ FDialog.raw(

<Tabs items={['Preview', 'Code']}>
<Tabs.Tab>
<Widget name='dialog' query={{vertical: "false"}}/>
<Widget name='dialog' query={{vertical: "true"}} height={400}/>
</Tabs.Tab>
<Tabs.Tab>
```dart
Expand Down

0 comments on commit 293c868

Please sign in to comment.