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 (#4938)
Signed-off-by: DmitriyNoa <dmytro.zharkov@gmail.com>
This commit is contained in:
parent
ff4222a0bd
commit
3f6ac2d225
@ -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