Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix variant creation success message. #959

Merged
merged 2 commits into from
Dec 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into fix-variant-creation-message
susannasiebert authored Dec 1, 2023

Verified

This commit was signed with the committer’s verified signature.
apmoore1 Andrew Moore
commit a6a02e16ffd2acc55ca9f66e49808cef829078b7
12 changes: 0 additions & 12 deletions client/src/app/forms/config/variant-submit/variant-submit.form.ts
Original file line number Diff line number Diff line change
@@ -24,18 +24,6 @@ type VariantSubmitState = {
fields: EntityFieldSubjectMap
}

// interface FormModel {
// fields: {
// gene: FormGene[]
// variant: FormVariant[]
// }
// }

// export interface SelectedVariant {
// variantId: number
// molecularProfile: FormMolecularProfile
// }

@Component({
selector: 'cvc-variant-submit-form',
templateUrl: './variant-submit.form.html',
You are viewing a condensed version of this merge commit. You can view the full changes here.