File tree Expand file tree Collapse file tree
task-item/components/task-item-list Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< div class ="project-details-page ">
2- < p-confirmDialog [baseZIndex] ="1300 " [appendTo] ="'body' "> </ p-confirmDialog >
32 < p-messages *ngIf ="errors.length > 0 " [(value)] ="errors " [enableService] ="false " [closable] ="true "> </ p-messages >
43
54 < p-card class ="project-details-header-card ">
@@ -187,6 +186,8 @@ <h2>Project Details</h2>
187186 </ div >
188187</ ng-template >
189188
189+ < p-confirmDialog [baseZIndex] ="1300 " [appendTo] ="'body' "> </ p-confirmDialog >
190+
190191< ng-template #emptyMembersState >
191192 < div class ="empty-state ">
192193 < i class ="pi pi-users "> </ i >
Original file line number Diff line number Diff line change 11< div class ="kanban-page ">
2- < p-confirmDialog [baseZIndex] ="1300 " [appendTo] ="'body' "> </ p-confirmDialog >
32 < p-messages *ngIf ="errors.length > 0 " [(value)] ="errors " [enableService] ="false " [closable] ="true "> </ p-messages >
43
54 < p-card class ="kanban-header-card ">
@@ -283,6 +282,8 @@ <h3>Edit Task</h3>
283282 </ div >
284283</ p-dialog >
285284
285+ < p-confirmDialog [baseZIndex] ="1300 " [appendTo] ="'body' "> </ p-confirmDialog >
286+
286287< p-dialog
287288 header ="Create Task "
288289 [(visible)] ="isCreateDialogVisible "
Original file line number Diff line number Diff line change 11< div class ="projects-page ">
2- < p-confirmDialog [baseZIndex] ="1300 " [appendTo] ="'body' "> </ p-confirmDialog >
32 < p-messages *ngIf ="errors.length > 0 " [(value)] ="errors " [enableService] ="false " [closable] ="true "> </ p-messages >
43
54 < p-card class ="projects-header-card ">
@@ -187,3 +186,5 @@ <h2>All Projects</h2>
187186 </ p-table >
188187 </ p-card >
189188</ div >
189+
190+ < p-confirmDialog [baseZIndex] ="1300 " [appendTo] ="'body' "> </ p-confirmDialog >
Original file line number Diff line number Diff line change 11< div class ="tasks-page ">
2- < p-confirmDialog [baseZIndex] ="1300 " [appendTo] ="'body' "> </ p-confirmDialog >
32 < p-messages *ngIf ="errors.length > 0 " [(value)] ="errors " [enableService] ="false " [closable] ="true "> </ p-messages >
43
54 < p-card class ="tasks-header-card ">
@@ -226,3 +225,4 @@ <h2>All Tasks</h2>
226225 </ p-table >
227226 </ p-card >
228227</ div >
228+ < p-confirmDialog [baseZIndex] ="1300 " [appendTo] ="'body' "> </ p-confirmDialog >
You can’t perform that action at this time.
0 commit comments