Skip to content

Commit

Permalink
remove reset ffset header
Browse files Browse the repository at this point in the history
Signed-off-by: hemahg <[email protected]>
  • Loading branch information
hemahg committed Jan 23, 2025
1 parent 2c66c40 commit 4084314
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@ export function ResetOffset({

return (
<Panel>
<PanelHeader>
<TextContent>
<Text component={TextVariants.h1}>{t("reset_consumer_offset")}</Text>
</TextContent>
<TextContent>
<Text>{t.rich("consumer_name", { groupId: consumerGroupName })}</Text>
</TextContent>
</PanelHeader>
<Divider />
<PanelMain>
<PanelMainBody>
{error && <Alert variant="danger" isInline title={error} />}
Expand Down

0 comments on commit 4084314

Please sign in to comment.