mirror of https://github.com/jetkvm/kvm.git
fix case
This commit is contained in:
parent
554121a20b
commit
5856ecd48b
|
@ -151,7 +151,7 @@ export default function Actionbar({
|
||||||
<Button
|
<Button
|
||||||
size="XS"
|
size="XS"
|
||||||
theme="light"
|
theme="light"
|
||||||
text="Wake on Lan"
|
text="Wake on LAN"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setDisableFocusTrap(true);
|
setDisableFocusTrap(true);
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue