We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e0fd3 commit 13d73c8Copy full SHA for 13d73c8
src/containers/Tenant/Diagnostics/TopicData/TopicDataControls/TopicDataControls.tsx
@@ -180,6 +180,7 @@ function TopicDataStartControls({scrollToOffset}: TopicDataStartControlsProps) {
180
controlRef={inputRef}
181
className={b('offset-input')}
182
max={Number.MAX_SAFE_INTEGER}
183
+ min={0}
184
value={isNil(selectedOffset) ? null : safeParseNumber(selectedOffset)}
185
onUpdate={onStartOffsetChange}
186
label={i18n('label_from')}
0 commit comments