Skip to content

Commit 39c0211

Browse files
committed
feat: TT-218 remove delete button
1 parent 66b1c99 commit 39c0211

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/app/modules/customer-management/components/projects/components/project-list/project-list.component.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@
1616
<button type="button" class="btn btn-sm btn-primary" (click)="updateProject(project)">
1717
<i class="fa fa-pencil fa-xs"></i>
1818
</button>
19-
<button
20-
type="button"
21-
data-toggle="modal"
22-
data-target="#deleteModal"
23-
class="btn btn-sm btn-danger ml-2"
24-
(click)="openModal(project)"
25-
>
26-
<i class="fa fa-trash-alt fa-xs"></i>
27-
</button>
2819
</td>
2920
<td class="col-sm-2 text-center">
3021
<button

0 commit comments

Comments
 (0)