Skip to content

Commit

Permalink
fix: remove budget categories
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero committed Dec 4, 2023
1 parent f1ec069 commit 7bd77dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/js/Pages/Finance/Partials/BudgetCategories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ const saveReorder = (categories: ICategory[]) => {
@save="saveBudgetCategory()"
@cancel=""
/>

{{ visibleCategories }}
<Draggable
class="w-full space-y-2 overflow-auto dragArea list-group ic-scroller"
:list="visibleCategories"
Expand Down

0 comments on commit 7bd77dd

Please sign in to comment.