Skip to content

Commit a0a7e6d

Browse files
authored
Merge pull request #103 from lumapps/chore/fix-doc
doc(use cases): add missing definition
2 parents 092d682 + afb8f93 commit a0a7e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customizations-api/javascript/use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The contextual actions menu displays a set of actions that can be executed on th
204204

205205
```js
206206
window.lumapps.customize(({ targets, components, render, placement, constants }) => {
207-
const { ListItem, Icon } = components;
207+
const { ContextualAction, ListItem, Icon } = components;
208208
const { Size } = constants;
209209

210210
const onClick = () => {

0 commit comments

Comments
 (0)