mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
PR comments
This commit is contained in:
parent
90cb737202
commit
caf64f5b3c
@ -47,6 +47,7 @@ export const CopyStrategyIconMenu: VFC<ICopyStrategyIconMenuProps> = ({
|
||||
setAnchorEl(null);
|
||||
};
|
||||
const { hasAccess } = useContext(AccessContext);
|
||||
|
||||
const onClick = async (environmentId: string) => {
|
||||
const { id, ...strategyCopy } = {
|
||||
...strategy,
|
||||
|
Loading…
Reference in New Issue
Block a user