1
0
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:
sighphyre 2021-11-26 16:29:51 +02:00 committed by GitHub
parent 3281783fea
commit 3e53a64fcf

View File

@ -24,7 +24,6 @@ const FeatureVariantListItem = ({
return (
<TableRow>
<TableCell
onClick={() => editVariant(variant.name)}
data-test={'VARIANT_NAME'}
>
{variant.name}