fixed bug with intern port update feature
This commit is contained in:
parent
6989d2fec3
commit
cdc066e002
2
new.html
2
new.html
@ -1814,7 +1814,7 @@
|
||||
const { taskTitle, taskDescription } = RIBC.getTaskDetails(projectId, projectBranch, task)
|
||||
return createElement('li', {
|
||||
className: "task-card",
|
||||
attributes: {uniqueId},
|
||||
attributes: {'data-unique-id': uniqueId},
|
||||
innerHTML: `
|
||||
<div class="task__header">
|
||||
<h5 class="task__project-title">${projectName}</h5>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user