Skip to content

Commit d061469

Browse files
committed
add docs
1 parent 4f96043 commit d061469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/Modal/RiderModalInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const RiderModalInfo: React.FC<ModalFormProps> = ({
197197
};
198198

199199
const cancel = () => {
200-
setFormData({}); // Clear stale data so a reopened modal doesn't submit a partial previous entry
200+
setFormData({}); // Clear stale data so a reopened modal doesn't submit a partial previous entry
201201
setIsOpen(false);
202202
};
203203

0 commit comments

Comments
 (0)