Skip to content

Commit

Permalink
update the onmessage on phase planner1
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Dec 5, 2024
1 parent 5f24faa commit ff63cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/people/widgetViews/PhasePlannerView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const PhasePlannerView: React.FC = () => {

phaseTicketStore.updateTicket(ticket.uuid, ticket);
} catch (error) {
console.error('Error refreshing ticket:', error);
console.error('Error on refreshing ticket:', error);
}
};

Expand Down

0 comments on commit ff63cd1

Please sign in to comment.