Update custom-panel-option-editors.md (#36005)

Variable name fix
pull/35466/head
DBaldovskiy 5 years ago committed by GitHub
parent 5ae3769320
commit f84a74018c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/developers/plugins/custom-panel-option-editors.md

@ -57,7 +57,7 @@ export const SimpleEditor: React.FC<StandardEditorProps<number, Settings>> = ({
// Default values
const from = item.settings?.from ?? 1;
const to = item.settings?.from ?? 10;
const to = item.settings?.to ?? 10;
for (let i = from; i <= to; i++) {
options.push({

Loading…
Cancel
Save