Skip to content

Commit

Permalink
fix time entry aggregate mass delete function
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Aug 26, 2024
1 parent def7f78 commit a430c47
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 77 deletions.
150 changes: 75 additions & 75 deletions resources/js/packages/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/js/packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidtime/ui",
"version": "0.0.7",
"version": "0.0.8",
"description": "Package containing the solidtime ui components",
"main": "./dist/solidtime-ui-lib.umd.cjs",
"module": "./dist/solidtime-ui-lib.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const expanded = ref(false);
class="opacity-20 hidden sm:flex group-hover:opacity-100"></TimeTrackerStartStop>
<TimeEntryMoreOptionsDropdown
@delete="
deleteTimeEntries([timeEntry])
deleteTimeEntries(timeEntry.timeEntries)
"></TimeEntryMoreOptionsDropdown>
</div>
</div>
Expand Down

0 comments on commit a430c47

Please sign in to comment.