mirror of
https://github.com/mathuo/dockview
synced 2025-02-02 06:25:44 +00:00
chore: fix docs
This commit is contained in:
parent
6678ae24e0
commit
239c99ffe5
@ -27,7 +27,7 @@ const ThemeToggle: React.FC = () => {
|
|||||||
value={theme}
|
value={theme}
|
||||||
>
|
>
|
||||||
{themeConfig.map((theme) => {
|
{themeConfig.map((theme) => {
|
||||||
return <option>{theme.id}</option>;
|
return <option key={theme.id}>{theme.id}</option>;
|
||||||
})}
|
})}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user