Remove unnecessary dots
This commit is contained in:
parent
29284495c4
commit
7bbbc91386
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue