Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: TT-218 remove delete button
  • Loading branch information
jeffqev committed May 4, 2021
commit 39c0211c3e5cb9513a59a074b432330cb2901aff
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@
<button type="button" class="btn btn-sm btn-primary" (click)="updateProject(project)">
<i class="fa fa-pencil fa-xs"></i>
</button>
<button
type="button"
data-toggle="modal"
data-target="#deleteModal"
class="btn btn-sm btn-danger ml-2"
(click)="openModal(project)"
>
<i class="fa fa-trash-alt fa-xs"></i>
</button>
</td>
<td class="col-sm-2 text-center">
<button
Expand Down