web: Read() to Retrieve()
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -23,7 +23,7 @@ import PFGallery from "@patternfly/patternfly/layouts/Gallery/gallery.css";
|
||||
export class FlowViewPage extends LitElement {
|
||||
@property()
|
||||
set flowSlug(value: string) {
|
||||
new FlowsApi(DEFAULT_CONFIG).flowsInstancesRead({
|
||||
new FlowsApi(DEFAULT_CONFIG).flowsInstancesRetrieve({
|
||||
slug: value
|
||||
}).then((flow) => {
|
||||
this.flow = flow;
|
||||
|
||||
Reference in New Issue
Block a user