mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-23 11:53:33 +00:00
Streams modal
This commit is contained in:
@@ -8,9 +8,6 @@ interface Props {
|
||||
isFiltered?: boolean;
|
||||
}
|
||||
export default function Empty({ tableInstance, onNewUser, isFiltered }: Props) {
|
||||
if (isFiltered) {
|
||||
}
|
||||
|
||||
return (
|
||||
<tr>
|
||||
<td colSpan={tableInstance.getVisibleFlatColumns().length}>
|
||||
|
Reference in New Issue
Block a user