mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix Editor's Font Family preference not being editable
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
f5a7d64551
commit
bd604ed4df
@ -85,7 +85,6 @@ export const Editor = observer(() => {
|
||||
<Input
|
||||
theme="round-black"
|
||||
type="text"
|
||||
validators={InputValidators.isNumber}
|
||||
value={editorConfiguration.fontFamily}
|
||||
onChange={value => editorConfiguration.fontFamily = value}
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user