Skip to content

Conversation

@zackcl
Copy link
Collaborator

@zackcl zackcl commented Dec 11, 2025

Resolves #2789

@zackcl zackcl requested review from bcb37 and danoswaltCL December 11, 2025 17:35
@zackcl zackcl self-assigned this Dec 11, 2025
combineLatestWith(
this.isInitialFormValueChanged$,
this.experimentForm.statusChanges.pipe(startWith(this.experimentForm.status))
),
Copy link
Collaborator

Choose a reason for hiding this comment

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

i've actually made a similar change in my PR to put the ts_config in there, thing is we don't need to combine and query the statusChanges observable, simply !experimentForm.valid will give the same thing

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

OK, should I close this one then?

Copy link
Collaborator

Choose a reason for hiding this comment

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

sure if you agree and see it working as you expect in my mooclet PR, yeah it can close

@zackcl
Copy link
Collaborator Author

zackcl commented Dec 12, 2025

Closing this because #2793 resolves it in a simpler way.

@zackcl zackcl closed this Dec 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable "Create" button when required fields are missing in the Upsert Experiment modal

3 participants