Fixed the webhook associated app dropdown issue

This commit is contained in:
monilprajapati
2024-06-17 17:00:23 +05:30
parent 1570f852b4
commit 1a4b673bc8
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -2204,7 +2204,6 @@ const ParsedAction = (props) => {
}
});
}
event.target.blur();
}}
renderOption={(props, option, state) => {
var newActionname = option.name;