Skip to content

Commit 1951b46

Browse files
committed
Remove slider labels
1 parent f37a09c commit 1951b46

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/base/src/formbuilder/objectform/baseform.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Dialog } from '@jupyterlab/apputils';
77
import { Signal } from '@lumino/signaling';
88
import { deepCopy } from '../../tools';
99
import { IDict } from '../../types';
10-
import { Slider, SliderLabel } from '@jupyter/react-components';
10+
import { Slider } from '@jupyter/react-components';
1111
import { SourceType } from '@jupytergis/schema';
1212

1313
export interface IBaseFormStates {
@@ -217,8 +217,6 @@ export class BaseForm extends React.Component<IBaseFormProps, IBaseFormStates> {
217217
value={props.formData * 10}
218218
onChange={handleSliderChange}
219219
>
220-
<SliderLabel position="1">10%</SliderLabel>
221-
<SliderLabel position="10">100%</SliderLabel>
222220
</Slider>
223221
<input
224222
type="number"

0 commit comments

Comments
 (0)