From e931062b0203c75e7fa7c05b0aa61dae72a2ebd2 Mon Sep 17 00:00:00 2001 From: Duy Do Date: Thu, 30 Nov 2023 15:05:29 +0700 Subject: [PATCH] Fix node (#21) --- crates/cmds-std/node-definitions/postgrest/new_rpc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/cmds-std/node-definitions/postgrest/new_rpc.json b/crates/cmds-std/node-definitions/postgrest/new_rpc.json index d33e778c..35f76d2d 100644 --- a/crates/cmds-std/node-definitions/postgrest/new_rpc.json +++ b/crates/cmds-std/node-definitions/postgrest/new_rpc.json @@ -83,7 +83,7 @@ ], "sources": [ { - "name": "quey", + "name": "query", "type": "object", "defaultValue": "", "tooltip": "" @@ -93,8 +93,8 @@ "type": "object", "title": "New RPC", "properties": { - "table": { - "title": "table", + "function": { + "title": "function", "type": "string" } }