refactor(PBI-49): strip unused component/file args from debugProps in shared/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f7a44f85a8
commit
7ceefd4409
17 changed files with 20 additions and 20 deletions
|
|
@ -26,7 +26,7 @@ interface PrioritySelectProps {
|
|||
|
||||
export function PrioritySelect({ value, onChange, className }: PrioritySelectProps) {
|
||||
return (
|
||||
<span {...debugProps('priority-select', 'PrioritySelect', 'shared/priority-select.tsx')}>
|
||||
<span {...debugProps('priority-select')}>
|
||||
<Select
|
||||
value={String(value)}
|
||||
onValueChange={(v) => { if (v) onChange(parseInt(v)) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue