fix action config:show stored callableName

This commit is contained in:
Shams mosowi
2020-11-01 16:53:06 +11:00
parent 40189b621b
commit ab48fe6ac2

View File

@@ -288,6 +288,7 @@ const ConfigFields = ({
<TextField
label="callable name"
name="callableName"
value={config.callableName}
fullWidth
onChange={(e) => {
handleChange("callableName")(e.target.value);