From 33a660eb23d1598b62008e0182c3fb90c772e6c2 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Mon, 14 Feb 2022 14:02:07 +0100 Subject: [PATCH] Fix request reference --- Lowdefy/stage.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Lowdefy/stage.yaml b/Lowdefy/stage.yaml index c0d90af..33e4501 100644 --- a/Lowdefy/stage.yaml +++ b/Lowdefy/stage.yaml @@ -4,7 +4,7 @@ properties: title: Stage requests: - - id: get_data + - id: all_components type: AxiosHttp connectionId: api properties: @@ -15,11 +15,11 @@ events: - id: retrieve_components type: Request params: all_components - - id: set_components - type: setState - params: - all_components: - _request: all_components + # - id: set_components + # type: setState + # params: + # all_components: + # _request: all_components layout: contentJustify: center