added tooltips, still need work
This commit is contained in:
parent
47676edb13
commit
b6e2fd8c9e
2 changed files with 18 additions and 15 deletions
|
|
@ -154,7 +154,6 @@ export function ExchangesTable() {
|
|||
setEditingCell({ id: row.original.id, field: 'name' });
|
||||
setEditValue(getValue() as string);
|
||||
}}
|
||||
title={getValue() as string}
|
||||
>
|
||||
{getValue() as string}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue