Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
garyjzhao committed Dec 5, 2024
1 parent 6345fd8 commit 09ce599
Showing 1 changed file with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,29 +231,6 @@ const MTOTableActions = () => {
{t('table.tableActions.addCustomCategory')}
</Button>
</div>

{/* <Button
type="button"
onClick={() => {
clearMessage();
setModalType('category');
setIsModalOpen(true);
}}
>
Add custom category
</Button>
<Button
type="button"
onClick={() => {
clearMessage();
setModalType('solution');
setIsModalOpen(true);
}}
className="margin-bottom-4"
>
Add custom solution
</Button> */}
</div>
)}
</div>
Expand Down

0 comments on commit 09ce599

Please sign in to comment.