Skip to content

Commit

Permalink
Add property for donate button configuration (#11284)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman authored Dec 13, 2024
1 parent 31b05a9 commit 8018c7d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public enum FrontendProperty {
skin_patient_view_structural_variant_table_columns_show_on_init("skin.patient_view.structural_variant_table.columns.show_on_init", null),
skin_results_view_tables_default_sort_column("skin.results_view.tables.default_sort_column", null),
skin_survival_plot_clinical_event_types_show_on_init("skin.survival_plot.clinical_event_types.show_on_init", null),
skin_show_donate_button("skin.show_donate_button", "false"),

skin_patient_view_tables_default_sort_column("skin.patient_view.tables.default_sort_column", null),
enable_treatment_groups("enable_treatment_groups", null),
Expand Down

0 comments on commit 8018c7d

Please sign in to comment.