Skip to content

Commit

Permalink
Merge pull request #325 from jesusantguerrero/fix/balance-refreshes
Browse files Browse the repository at this point in the history
fix: remove budget categories
  • Loading branch information
jesusantguerrero authored Dec 4, 2023
2 parents f1ec069 + 7bd77dd commit d66f337
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 d66f337

Please sign in to comment.