#529: Fixed body to be part of patch, put, post

This commit is contained in:
frikky
2021-10-07 20:50:21 +02:00
parent 0887289149
commit 2da6e43dc6
3 changed files with 25 additions and 7 deletions
+1
View File
@@ -1556,6 +1556,7 @@ const ParsedAction = (props) => {
fullWidth
color="primary"
placeholder={selectedAction.label}
defaultValue={selectedAction.label}
onChange={selectedNameChange}
onBlur={(e) => {
const name = e.target.value