Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/primer/react
/ onCancel
Function
onCancel
packages/react/src/drafts/SelectPanel2/SelectPanel.stories.tsx:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
const onCancel = () => {
29
setSelectedLabelIds(initialSelectedLabels)
30
}
31
32
/* Filtering */
33
const [filteredLabels, setFilteredLabels] = React.useState(data.labels)
Callers
2
SelectPanelHeader
Function · 0.70
SelectPanelFooter
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected