Skip to content

Commit

Permalink
Add ticketed TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Jan 29, 2025
1 parent c7cceaa commit de1ffcd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function GroupListMenu({

const isRest = group === 'rest'

// TODO (SCP-): SCP API: Add DE availability status for annotation groups
// TODO (SCP-5912): Integrate DE pairwise comparison availability
const isAvailable = isRest

if (isMenuB) {
Expand Down Expand Up @@ -245,6 +245,7 @@ function GroupListMenu({
style={{ marginRight: '4px' }}
disabled={isDisabled}
onChange={event => {
// TODO (SCP-5913): Add downstream views for updated DE picker
const radio = event.target
const isChecked = radio.checked
const groupName = radio.parentElement.innerText
Expand Down

0 comments on commit de1ffcd

Please sign in to comment.