Fixed the webhook associated app dropdown issue
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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, }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user