Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
Segment override disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Apr 7, 2021
1 parent 993b28c commit 4147afa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/components/SegmentOverrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const SegmentOverride = ConfigProvider(SortableElement(({ hasFeature, multivaria
Value (optional)
</label>
<ValueEditor
disabled
value={v.value}
data-test={`segment-override-value-${index}`}
onChange={e => setValue(Utils.getTypedValue(Utils.safeParseEventValue(e)))}
Expand Down

0 comments on commit 4147afa

Please sign in to comment.