mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-18 13:58:34 +05:30
fix: radio and list sort init
This commit is contained in:
parent
8650703266
commit
a6eb5d59e9
11 changed files with 180 additions and 79 deletions
|
|
@ -80,7 +80,11 @@ export default function Hero() {
|
|||
/>
|
||||
)}
|
||||
renderOption={(props, option) => (
|
||||
<Box component="li" {...props} onClick={() => navigate(option.path)}>
|
||||
<Box
|
||||
component="li"
|
||||
{...props}
|
||||
onClick={() => navigate('/' + option.path)}
|
||||
>
|
||||
<Box>
|
||||
<Typography fontWeight={'bold'}>{option.name}</Typography>
|
||||
<Typography fontSize={12}>{option.shortDescription}</Typography>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue