Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ const CollectionAssociationForm = ({ metadata }) => {
// Creates an action cell based on the current concept type
const buildActionsCell = useCallback((cellData, rowData) => {
let disabled = false
let checked = false
// Use null to allow uncontrolled checkbox behavior, preserving toggle functionality
let checked = null

const { conceptId: collectionConceptId } = rowData
const { collections = {} } = fetchedDraft
Expand Down