There was an error while loading. Please reload this page.
2 parents 37ac851 + d4b6002 commit c66f64eCopy full SHA for c66f64e
1 file changed
src/tasks/components/AllTaskList.tsx
@@ -58,6 +58,12 @@ export const AllTasksList = () => {
58
<Card title="">
59
<div className="overflow-y-auto">
60
<Table columns={AllTasksColumns} data={processedTasks} addPagination={true} />
61
+ <span className="italic">
62
+ Note: This list only shows comment notifications for tasks that are explicitly assigned to
63
+ you. If you are a project manager but not assigned to a task, you will not see its comment
64
+ notifications here. Those comments will appear on the main dashboard and project task page
65
+ instead.
66
+ </span>
67
</div>
68
</Card>
69
)
0 commit comments