feat: fix
This commit is contained in:
@@ -13,7 +13,7 @@ type RestProps = {
|
||||
}
|
||||
type Props = CRUDTableProps<DealSummary> & RestProps;
|
||||
|
||||
const DealsTable: FC<Props> = ({items, viewOnly = true}) => {
|
||||
const DealsTable: FC<Props> = ({items, viewOnly = false}) => {
|
||||
const columns = useDealsTableColumns();
|
||||
const {setSelectedDeal} = useDealPageContext();
|
||||
const onEditClick = (dealSummary: DealSummary) => {
|
||||
|
||||
Reference in New Issue
Block a user