Skip to content

Commit

Permalink
Make create transformer error message more clear (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
alishakawaguchi committed Dec 19, 2023
1 parent c5c8b84 commit 0cf77e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/apps/web/app/[account]/new/transformer/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const transformerNameSchema = Yup.string()
const accountId = context?.options?.context?.accountId;
if (!accountId) {
return context.createError({
message: 'Account is not valid.',
message: 'Unable to verify Name. Account is not valid.',
});
}

Expand Down

0 comments on commit 0cf77e5

Please sign in to comment.