Skip to content

Commit

Permalink
settings panel
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM authored and DOOM committed Jun 3, 2024
1 parent 2f78c4d commit 1da682f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui-panel/settings/SettingsPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const SettingsGeneral = (props) => {
<Input
width="15em"
value={fontFamily}
onChange={(value) =>
onChange={(e, value) =>
dispatch(
updateSettings({
fontFamily: value,
Expand Down

0 comments on commit 1da682f

Please sign in to comment.