|
@@ -105,7 +105,6 @@ export const PrivateLegacyPages = (props: Props): JSX.Element => {
|
|
|
const { data, conditions } = useSWRxNamedQuerySearch('PrivateLegacyPages', {
|
|
const { data, conditions } = useSWRxNamedQuerySearch('PrivateLegacyPages', {
|
|
|
limit: INITIAL_PAGIONG_SIZE,
|
|
limit: INITIAL_PAGIONG_SIZE,
|
|
|
...configurationsByPagination,
|
|
...configurationsByPagination,
|
|
|
- includeUserPages: true,
|
|
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
const selectAllCheckboxChangedHandler = useCallback((isChecked: boolean) => {
|
|
const selectAllCheckboxChangedHandler = useCallback((isChecked: boolean) => {
|