1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

PR comments

This commit is contained in:
andreas-unleash 2022-11-03 15:15:12 +02:00
parent 90cb737202
commit caf64f5b3c
No known key found for this signature in database
GPG Key ID: 9730C6804AC8FBF8

View File

@ -47,6 +47,7 @@ export const CopyStrategyIconMenu: VFC<ICopyStrategyIconMenuProps> = ({
setAnchorEl(null);
};
const { hasAccess } = useContext(AccessContext);
const onClick = async (environmentId: string) => {
const { id, ...strategyCopy } = {
...strategy,