From 6d6045aba41a496577a22f9c64638b90cf53e887 Mon Sep 17 00:00:00 2001 From: Andy Stark <30621568+therealandeeee@users.noreply.github.com> Date: Tue, 5 Jun 2018 16:53:56 +0100 Subject: [PATCH] [ADF-3133] Fixed inconsistency in doc example (#3436) --- docs/process-services/process-list.component.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/process-services/process-list.component.md b/docs/process-services/process-list.component.md index 290886b9d9..1df9f32e0a 100644 --- a/docs/process-services/process-list.component.md +++ b/docs/process-services/process-list.component.md @@ -15,7 +15,7 @@ Renders a list containing all the process instances matched by the parameters sp ```html + [state]="'all'"> ``` @@ -75,7 +75,7 @@ You can define a custom schema for the list in the `app.config.json` file and ac ```html ```