MCPcopy 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

SelectPanelHeaderFunction · 0.70
SelectPanelFooterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected