Merge branch 'main' into simulation-agv
This commit is contained in:
@@ -29,11 +29,10 @@ const FilterSearch: React.FC<ModelsProps> = ({
|
||||
filteredModels,
|
||||
}) => {
|
||||
const [activeOption, setActiveOption] = useState("Sort by"); // State for active option
|
||||
console.log("filteredModels: ", filteredModels);
|
||||
|
||||
const handleSelect = (option: string) => {
|
||||
setActiveOption(option);
|
||||
console.log("option: ", option);
|
||||
|
||||
// Alphabet ascending
|
||||
// Alphabet descending
|
||||
// All
|
||||
|
||||
Reference in New Issue
Block a user