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) => { renderOption={(props, option, state) => {
var newActionname = option.name; var newActionname = option.name;
+1
View File
@@ -13829,6 +13829,7 @@ const releaseToConnectLabel = "Release to Connect"
setUpdate(Math.random()); setUpdate(Math.random());
} }
document.activeElement.blur();
}} }}
> >
<div style={{ display: "flex", marginBottom: 0, }}> <div style={{ display: "flex", marginBottom: 0, }}>