Skip to content

Commit afb8f93

Browse files
committed
chore(doc): add missing definition
1 parent 092d682 commit afb8f93

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)