Skip to content

Commit a8a0e9b

Browse files
authored
Merge pull request #6 from marianfoo/fix/navigation-outbound
fix single quotes
2 parents 2089c52 + 87fd7b5 commit a8a0e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/06_SAP_Fiori_Elements/navigation-from-an-app-outbound-navigation-d782acf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ If `RequiresContext` is true, then the button is disabled until a selection is m
285285
>
286286
> ```
287287
> {
288-
> semanticObject: EPMProduct,
288+
> semanticObject: 'EPMProduct',
289289
> semanticObjectAction: 'manage_st',
290290
> label: 'IBNWithContext',
291291
> requiresContext: true,

0 commit comments

Comments
 (0)