Skip to content

Commit

Permalink
UI Bugfix / doc update (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Krithika Sundararajan <krithika.sundararajan@go-jek.com>
  • Loading branch information
krithika369 and Krithika Sundararajan committed Sep 28, 2022
1 parent a67d22c commit 30c52a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/06_modifying_experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Experiments can be created in the 'active' state and disabled later on, or vice

## Experiment History

When an experiment is edited or its status is changed, the existing details in the experiment prior to the edit would be saved as a historical version and can be viewed from the **History** tab in the Experiment Details view.
When an experiment is edited, the existing details in the experiment prior to the edit would be saved as a historical version and can be viewed from the **History** tab in the Experiment Details view. Note that status changes via the Activate / Deactivate action would still create a historical version but would not increment the version number.

## Deleting Experiments

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const VariablesConfigGroup = ({ variables }) => {
width: "35%",
render: (value) => (
<EuiTitle size="xxs">
<EuiTextColor>{value}</EuiTextColor>
<EuiTextColor>{value || "-"}</EuiTextColor>
</EuiTitle>
),
},
Expand Down

0 comments on commit 30c52a5

Please sign in to comment.