1
0
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:
Sebastian Malton 2022-03-01 10:53:44 -05:00 committed by DmitriyNoa
parent ff4222a0bd
commit 3f6ac2d225

View File

@ -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}
/>