Remove unnecessary dots

This commit is contained in:
Roman Zabaluev 2023-08-04 20:50:48 +08:00
parent 29284495c4
commit 7bbbc91386
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ const ActionsCell: React.FC<CellContext<Topic, unknown>> = ({ row }) => {
<DropdownItemHint>
The topic deletion is restricted at the broker
<br />
configuration level (delete.topic.enable = false).
configuration level (delete.topic.enable = false)
</DropdownItemHint>
)}
</ActionDropdownItem>

View file

@ -164,7 +164,7 @@ const Topic: React.FC = () => {
<DropdownItemHint>
The topic deletion is restricted at the broker
<br />
configuration level (delete.topic.enable = false).
configuration level (delete.topic.enable = false)
</DropdownItemHint>
)}
</ActionDropdownItem>