Skip to content

Commit

Permalink
🚧 bun run test
Browse files Browse the repository at this point in the history
  • Loading branch information
ROTO0504 committed Oct 31, 2024
1 parent c50c27f commit 3f0ad5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/company-form/$uuid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ export const Route = createFileRoute("/company-form/$uuid")({
formData.description_5000 !== ""
) {
triggerDisable = false;
console.log(formData);
// eslint-disable-next-line no-console
console.log("トリガー確認");
}

const errorMessages = {
Expand Down

0 comments on commit 3f0ad5a

Please sign in to comment.