Skip to content

Commit

Permalink
replaced uerid with src
Browse files Browse the repository at this point in the history
  • Loading branch information
Srish-ty committed Jul 12, 2024
1 parent 1758ed7 commit 9bf31c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/events/TeamEventModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export const TeamEventModal = ({
<Grid2>
{formData.userIds.map((userId, index) => (
<div className="flex" key={index}>
<TextHead>{`Member ${index + 1} ID`}</TextHead>
<TextHead>{`Member ${index + 1} srcID`}</TextHead>
<Input2
type="text"
placeholder={`Enter Member ${index + 1}'s ID`}
Expand Down

0 comments on commit 9bf31c2

Please sign in to comment.