Skip to content

Commit

Permalink
fixed custom and range stale value issue
Browse files Browse the repository at this point in the history
Signed-off-by: khatibtamal <[email protected]>
  • Loading branch information
khatibtamal committed Sep 19, 2024
1 parent c130803 commit 3fe9b76
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ function TopicMessageFilters({
valid={filterErrors.partitionIdFilters === null}
required
/>
<>
{
//Empty node prevents stale value of custom's 'Number of messages'
//being populated into range's 'Start Offset' and vice versa
}
</>
<Input
value={values.rangeOffsetStart || undefined}
labelText="Start Offset"
Expand Down

0 comments on commit 3fe9b76

Please sign in to comment.