Skip to content

Commit

Permalink
fix: 칭호 검색이 되지 않는 문제 해결
Browse files Browse the repository at this point in the history
Signed-off-by: HeeRyun, Jin(qwertycvb) <[email protected]>
  • Loading branch information
SerenityS committed May 27, 2024
1 parent ae5a12d commit 0fd6e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/presentation/title/views/title_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class _TitleFilter extends GetView<TitleViewModel> {
child: Obx(() => PIUTextField(
isEnable: !controller.isLoading.value,
controller: controller.searchController,
onChanged: (value) => controller.filteredTitleDataList,
onChanged: (value) => controller.filterTitleData(),
hintText: "칭호명을 입력해주세요.",
)),
),
Expand Down

0 comments on commit 0fd6e39

Please sign in to comment.