added chrom
This commit is contained in:
@@ -161,13 +161,6 @@ export const ConnectionHistory: React.FC<{ user: User }> = ({ user }: { user: Us
|
||||
<div className="flex-1">
|
||||
<h2 className="card-title">
|
||||
<MixerHorizontalIcon className="w-5 h-5" /> Dispo-Verbindungs Historie
|
||||
<button
|
||||
onClick={() => {
|
||||
dispoTableRef.current?.refresh();
|
||||
}}
|
||||
>
|
||||
refresh
|
||||
</button>
|
||||
</h2>
|
||||
<PaginatedTable
|
||||
ref={dispoTableRef}
|
||||
|
||||
Reference in New Issue
Block a user