1
0
Fork 0

use a context to allow all menus to be in same parent on mobile

This commit is contained in:
Enoch Riese 2023-06-29 14:35:46 +00:00
parent 951eb57718
commit 012b0eb8d6
10 changed files with 199 additions and 50 deletions

View file

@ -42,6 +42,7 @@ export const SampleItem = ({ name, passProps, t, updateFunc }) => {
type="radio"
checked={checked}
className="radio radio-primary mr-2 radio-sm"
readOnly
/>
<span className="ml-2">{t([name + '.t', name])}</span>
</div>