Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] 어드민 유저 검색에서 검색 시 페이지 1로 초기화 #147

Merged
merged 2 commits into from
Aug 26, 2024

Conversation

darkdulgi
Copy link
Collaborator

📝 작업 내용

어드민 유저검색 페이지에서 새 검색어로 검색할 때 이전 페이지가 고정되는 버그 수정

@darkdulgi darkdulgi added the fix 버그 및 오류 수정 label Aug 26, 2024
@darkdulgi darkdulgi self-assigned this Aug 26, 2024
Comment on lines 16 to 19
e.preventDefault();
setPage(1);
setSearchString(formString);
setSearchParams({ search: formString, field: category });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코멘트를 검색하면 페이지가 1로 초기화하는 로직을 넣으셨군요
좋습니다

Copy link
Collaborator

@lybell-art lybell-art left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다

@lybell-art lybell-art merged commit 9995e8d into dev Aug 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그 및 오류 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants