Skip to content

Commit

Permalink
merge dev again
Browse files Browse the repository at this point in the history
  • Loading branch information
mauberti-bc committed Dec 10, 2024
1 parent b322b3f commit b1eeca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import useDataLoader from 'hooks/useDataLoader';
import { useEffect, useMemo, useState } from 'react';
import { ApiPaginationRequestOptions } from 'types/misc';
import { firstOrNull } from 'utils/Utils';
import { SamplingSiteTable } from './SamplingSiteTable';
import { SamplingSiteTable } from './tabs/sites/SamplingSiteTable';

const pageSizeOptions = [10, 25, 50];

Expand Down

0 comments on commit b1eeca3

Please sign in to comment.