mirror of
https://github.com/rowyio/rowy.git
synced 2026-07-12 13:28:48 +02:00
fix action config:show stored callableName
This commit is contained in:
@@ -288,6 +288,7 @@ const ConfigFields = ({
|
||||
<TextField
|
||||
label="callable name"
|
||||
name="callableName"
|
||||
value={config.callableName}
|
||||
fullWidth
|
||||
onChange={(e) => {
|
||||
handleChange("callableName")(e.target.value);
|
||||
|
||||
Reference in New Issue
Block a user