Skip to content

Commit

Permalink
Merge branch 'main' into 849-collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
iurynogueira authored Oct 4, 2023
2 parents ae31555 + 313205b commit 39779ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/Modal.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Função responsável pela renderização do modal. Ela recebe como parâmetros:
code={dedent`
openModal(): void {
this.ionModalService
.open(this.myComponent, this.customCodalConfiguration)
.open(this.myComponent, this.customModalConfiguration)
.subscribe((response: IonModalResponse) => {});
}
`}
Expand Down

0 comments on commit 39779ba

Please sign in to comment.