Skip to content

Commit 13d73c8

Browse files
committed
fix
1 parent 37e0fd3 commit 13d73c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/Tenant/Diagnostics/TopicData/TopicDataControls/TopicDataControls.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ function TopicDataStartControls({scrollToOffset}: TopicDataStartControlsProps) {
180180
controlRef={inputRef}
181181
className={b('offset-input')}
182182
max={Number.MAX_SAFE_INTEGER}
183+
min={0}
183184
value={isNil(selectedOffset) ? null : safeParseNumber(selectedOffset)}
184185
onUpdate={onStartOffsetChange}
185186
label={i18n('label_from')}

0 commit comments

Comments
 (0)