Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Dec 17, 2024
1 parent b0b5e3c commit 622e906
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion desk/src/pages/TicketAgent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ function updateTicket(fieldname: string, value: string) {
auto: true,
onSuccess: () => {
isLoading.value = false;
ticket.reload();
createToast({
title: "Ticket updated",
icon: "check",
Expand Down

0 comments on commit 622e906

Please sign in to comment.