Skip to content

Commit

Permalink
Update source-data.schema.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed May 29, 2024
1 parent 4572575 commit 9f61805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/source-data.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function preprocessSourceDataSchema (schema) {
if (schema.properties.gain) schema.properties.gain.step = null

// Add description to exclude_cluster_groups
if (schema.properties.exclude_cluster_groups) schema.properties.exclude_cluster_groups.description = 'Cluster groups to exclude (e.g. "noise" or ["noise", "mua"]).'
if (schema.properties.exclude_cluster_groups) schema.properties.exclude_cluster_groups.description = 'Cluster groups to exclude.<br><small><b>Example:</b> "good", "mua"</small>'

})

Expand Down

0 comments on commit 9f61805

Please sign in to comment.