Skip to content

Commit

Permalink
Update apps/console/src/app/components/prompts/views/PromptEditView.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger authored Aug 4, 2023
1 parent 296c0b8 commit 27fa900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const PromptEditView = () => {

const onConsumeClick = () => {
setIsConsumePromptModalOpen(true);
trackEvent("prompt_how_to_consume_modal_open");
trackEvent("prompt_how_to_consume_modal_opened");
};

const onPublishClick = () => {
Expand Down

0 comments on commit 27fa900

Please sign in to comment.