From a0db86bf671cc5e533f8205019866375974599e6 Mon Sep 17 00:00:00 2001 From: Ashish Bhushan Kumar <73625149+code-withAshish@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:11:45 +0530 Subject: [PATCH] Fix #26 (#27) --- src/components/react/filter_query_browser/docs.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/react/filter_query_browser/docs.tsx b/src/components/react/filter_query_browser/docs.tsx index 9d04035..f904832 100644 --- a/src/components/react/filter_query_browser/docs.tsx +++ b/src/components/react/filter_query_browser/docs.tsx @@ -65,7 +65,7 @@ export function generate() {
Query for filtering {L1T} update.
Here is how you can access the information about the update:
-+{L1.map((k1) => `ctx.${CONTEXT_SHORTCUTS[k1]};`).join("\n")}
Here is how you can access the properties of the field:
-+@@ -106,7 +106,7 @@ export function generate() { Here is how you can access the{" "} {isEntity ? entities of {L3T} type : {L3T} property}: -{L1.map((k1) => L2.map((k2) => `ctx.${CONTEXT_SHORTCUTS[k1]}.${k2};`).join("\n")).join("\n")}
+{accessInfo}