mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix actionscript editor value
This commit is contained in:
@@ -103,8 +103,8 @@ const Settings = ({ config, onChange }) => {
|
||||
|
||||
const runFn = functionBodyOnly
|
||||
? config?.script
|
||||
: config.runFn
|
||||
? config.derivativeFn
|
||||
: config?.runFn
|
||||
? config.runFn
|
||||
: config?.script
|
||||
? `const action:Action = async ({row,ref,db,storage,auth,actionParams,user}) => {
|
||||
${config.script.replace(/utilFns.getSecret/g, "rowy.secrets.get")}
|
||||
|
||||
Reference in New Issue
Block a user