Skip to content

Commit

Permalink
fix: 修正
Browse files Browse the repository at this point in the history
  • Loading branch information
narirou committed Dec 5, 2024
1 parent 01fb704 commit fc06354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/routes/owner_.register/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function ProviderRegister() {
id="ownerName"
name="ownerName"
label="オーナー名"
onChange={setOwnerName}
onChange={(e) => setOwnerName(e.target.value)}
/>
</div>
<Button
Expand Down

0 comments on commit fc06354

Please sign in to comment.