diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74f9c72d9..79de47259 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -350,7 +350,7 @@ jobs: - name: Set up Node JS uses: actions/setup-node@v3 with: - node-version: 18.1.0 + node-version: 17.9.0 cache: 'npm' cache-dependency-path: 'ui/package-lock.json' diff --git a/ui/src/Components/NavBar/FilterInput/History.tsx b/ui/src/Components/NavBar/FilterInput/History.tsx index e1af30a04..10045e4b0 100644 --- a/ui/src/Components/NavBar/FilterInput/History.tsx +++ b/ui/src/Components/NavBar/FilterInput/History.tsx @@ -203,8 +203,8 @@ const History: FC<{ flip(), offset(5), size({ - apply({ height }) { - setMaxHeight(height); + apply({ availableHeight }) { + setMaxHeight(availableHeight); }, }), ],