ソースを参照

Add comment

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi 1年前
コミット
bcf7cd0479
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      src/components/SearchResults/SearchResults.tsx

+ 2
- 0
src/components/SearchResults/SearchResults.tsx ファイルの表示

@@ -60,6 +60,8 @@ function SearchResults<T extends ResultWithId>({
const [rowsPerPage, setRowsPerPage] = React.useState(10);
const { t } = useTranslation()

// When filtering the seraching critera, update the page to 0
// Please removce when the search Result has error
useEffect(() => {
setPage(0);
}, [items]);


読み込み中…
キャンセル
保存