Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type error in Login component for
setData
function (#454)
- Resolved TS2345 error by ensuring `setData` accepts a boolean type. - Updated the `onChange` handler in the `Checkbox` component to handle `e.target.checked` correctly. - Improved type safety and compatibility for the `remember` field.
- Loading branch information