[ADF-3133] Fixed inconsistency in doc example (#3436)

This commit is contained in:
Andy Stark
2018-06-05 16:53:56 +01:00
committed by Eugenio Romano
parent dfc83489e2
commit 6d6045aba4

View File

@@ -15,7 +15,7 @@ Renders a list containing all the process instances matched by the parameters sp
```html
<adf-process-instance-list
[appId]="'1'"
[state]="'open'">
[state]="'all'">
</adf-process-instance-list>
```
@@ -75,7 +75,7 @@ You can define a custom schema for the list in the `app.config.json` file and ac
```html
<adf-process-instance-list
[appId]="'1'"
[state]="'open'"
[state]="'all'"
[presetColumn]="'customSchema'">
</adf-process-instance-list>
```