Skip to content

Commit

Permalink
clear selected time entries after mass delete in time vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Oct 8, 2024
1 parent 678d27c commit 09586de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/Pages/Time.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ async function clearSelectionAndState() {
function deleteSelected() {
deleteTimeEntries(selectedTimeEntries.value);
selectedTimeEntries.value = [];
}
</script>

Expand Down

0 comments on commit 09586de

Please sign in to comment.