Skip to content

Commit 91101ce

Browse files
authored
Small change to force redeploy (#136)
1 parent f3081f8 commit 91101ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/queue/CreateTicketForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ const CreateTicketForm = (props: CreateTicketFormProps) => {
199199
});
200200
Router.push(getTicketUrl(ticket.id));
201201
});
202+
202203
setIsButtonLoading(false);
203204
};
204205

0 commit comments

Comments
 (0)