Removed Task Descriptions as the name says it all

This commit is contained in:
johnnyq
2024-04-06 22:07:29 -04:00
parent e6e6c38db2
commit e3ff8854f9
6 changed files with 22 additions and 24 deletions

View File

@@ -805,7 +805,11 @@ if (isset($_GET['ticket_id'])) {
</div>
</td>
</tr>
<?php } ?>
<?php
require "task_edit_modal.php";
} ?>
</table>
</div>
<!-- End Tasks Card -->