Skip to content

Commit

Permalink
Fix inconsistencies in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
markwalet committed Jan 27, 2023
1 parent 28d7d77 commit 0e18e1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ composer require --dev markwalet/nova-modal-response
## Usage

```php
return Action::modal('code-modal', [
return Action::modal('modal-response', [
'title' => 'Preview Navision Payload',
'body' => 'Lorem ipsum dolor sit amed',
]);
Expand Down
2 changes: 1 addition & 1 deletion dist/js/asset.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/js/components/ModalActionResponse.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
>
<ModalHeader v-text="data.title"/>
<ModalContent>
<code>{{ data.result }}</code>
<code>{{ data.body }}</code>
</ModalContent>
<ModalFooter>
<div class="flex items-center ml-auto">
Expand Down

0 comments on commit 0e18e1f

Please sign in to comment.