From 51a4f68ce1170e27d1458878652e817185ad06cc Mon Sep 17 00:00:00 2001 From: djpbessems Date: Mon, 14 Feb 2022 12:58:37 +0100 Subject: [PATCH] Searching for state syntax #7 --- Lowdefy/stage.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Lowdefy/stage.yaml b/Lowdefy/stage.yaml index 040f2b3..3ef019b 100644 --- a/Lowdefy/stage.yaml +++ b/Lowdefy/stage.yaml @@ -12,14 +12,14 @@ requests: events: onInit: - - id: fetch_get_data + - id: retrieve_components type: Request - params: get_data - - id: set_results + params: all_components + - id: set_components type: setState params: - components: - _request: get_data.data + all_components: + _request: all_components.data layout: contentJustify: center @@ -80,7 +80,7 @@ areas: type: Box properties: content: - _state: components.hello + _state: all_components - id: bottomrow type: Box layout: