mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat(sales/purchases): add tooltip cell to detail.
This commit is contained in:
@@ -4,7 +4,6 @@ import styled from 'styled-components';
|
||||
import {
|
||||
Button,
|
||||
Popover,
|
||||
Tooltip,
|
||||
PopoverInteractionKind,
|
||||
Position,
|
||||
MenuItem,
|
||||
@@ -52,7 +51,6 @@ export const useInvoiceReadonlyEntriesColumns = () => {
|
||||
Cell: TextOverviewTooltipCell,
|
||||
disableSortBy: true,
|
||||
textOverview: true,
|
||||
width: 75,
|
||||
},
|
||||
{
|
||||
Header: intl.get('quantity'),
|
||||
|
||||
Reference in New Issue
Block a user