From cdc066e00211e8eabc49f9e1e2e99194a29cc1a0 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 2 Aug 2021 17:34:26 +0530 Subject: [PATCH] fixed bug with intern port update feature --- new.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new.html b/new.html index 03af190..314fa5c 100644 --- a/new.html +++ b/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: `
${projectName}