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)

This commit is contained in:
Sebastian Malton 2022-03-01 10:53:44 -05:00 committed by GitHub
parent c04a3b8d33
commit 5196ffa55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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