Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

feat(shared): remove experiment id field when its unset #833

Merged
merged 1 commit into from
Dec 5, 2022

Conversation

rekoke
Copy link
Collaborator

@rekoke rekoke commented Dec 2, 2022

Removed experiment id Field when it's not present and made it not editable when it is.

) : null}
{enabled.experimentId &&
experimentId &&
experimentId !== 'DEFAULT_UNSET' ? (
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to get rid off this "DEFAULT_UNSET" value sooner or later and just use undefined

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will do this today!

@ascariandrea ascariandrea merged commit 87483a2 into master Dec 5, 2022
@ascariandrea ascariandrea deleted the extension/hide-experimentid-field branch December 5, 2022 07:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[extension] Show experimentId field only when the value is present
2 participants