diff --git a/src/main/webui/src/app/components/content/common/ListControl.jsx b/src/main/webui/src/app/components/content/common/ListControl.jsx
index e9f6295..de3b8a2 100644
--- a/src/main/webui/src/app/components/content/common/ListControl.jsx
+++ b/src/main/webui/src/app/components/content/common/ListControl.jsx
@@ -19,7 +19,7 @@ import React, {useState} from 'react';
import {useNavigate} from 'react-router-dom';
import {PropTypes} from 'prop-types';
-export default function ListControl({type, legends, handleHideAll, handleSearch, handleDebug}) {
+export default function ListControl({type, legends, handleHideAll, handleSearch, handleDebug, handleSortBy}) {
const [debug, setDebug] = useState(false);
const navigate = useNavigate();
return (
@@ -38,7 +38,7 @@ export default function ListControl({type, legends, handleHideAll, handleSearch,
type==="remote" &&
Sort by:{' '}
-