mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: Remove edit click handler from variants list (#528)
Co-authored-by: Simon Hornby <simon@getunleash.ai>
This commit is contained in:
parent
3281783fea
commit
3e53a64fcf
@ -24,7 +24,6 @@ const FeatureVariantListItem = ({
|
||||
return (
|
||||
<TableRow>
|
||||
<TableCell
|
||||
onClick={() => editVariant(variant.name)}
|
||||
data-test={'VARIANT_NAME'}
|
||||
>
|
||||
{variant.name}
|
||||
|
Loading…
Reference in New Issue
Block a user