feat(PBI-49): add BEM sub-element data-debug-id to components/backlog/*
This commit is contained in:
parent
a7ed817c6c
commit
82c0341ff3
7 changed files with 11 additions and 7 deletions
|
|
@ -153,6 +153,7 @@ export function TaskPanel({ isDemo, closePath }: TaskPanelProps) {
|
|||
if (!selectedStoryId) return
|
||||
router.push(`${closePath}?newTask=1&storyId=${selectedStoryId}`)
|
||||
}}
|
||||
{...debugProps('task-panel__actions')}
|
||||
>
|
||||
+ Nieuwe taak
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue