Skip to content

Commit

Permalink
Update TaskDetails.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckner authored Oct 31, 2024
1 parent 7f73e8f commit b6eb19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Board/TaskDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ export default function TaskDetails({
<Popup
items={[
{
title: "Edit Task",
title: "Edit Capability",
handler: editTaskHandler,
},
{
title: "Delete Task",
title: "Delete Capability",
handler: () => {
setDeleteTask(true);
},
Expand Down

0 comments on commit b6eb19b

Please sign in to comment.