Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit d6faffe

Browse files
minor name change
1 parent 0b909e8 commit d6faffe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/pages/Course/ApplyModal.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,13 @@ export default function ApplyModal({ fullWidth = false, ...rest }) {
238238
/>
239239

240240
<TextValidator
241-
key="referralId"
241+
key="refId"
242242
className={classes.textField}
243243
label="Referral ID"
244244
variant="outlined"
245-
value={formData.referralId}
245+
value={formData.refId}
246246
fullWidth
247-
name="referralId"
247+
name="refId"
248248
onChange={handleChange}
249249
validators={[]}
250250
/>

0 commit comments

Comments
 (0)