Skip to content

Commit 61f9240

Browse files
authored
Update api.md
1 parent f548f8b commit 61f9240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ This component allows to display a [micro app](https://docs.lumapps.com/docs/ls/
799799

800800
For example, the following snippet will display a MicroApp above the Org. chart on the User's Profile.
801801
```js
802-
window.lumapps.customize(({ components, constants, render }) => {
802+
window.lumapps.customize(({ components, constants, render, placement }) => {
803803
const { MicroApp, Card } = components;
804804

805805
render({

0 commit comments

Comments
 (0)