Make all fields optional on entities (#121)
* Make all fields optional on entities * Rewrite tests * Add test on TableHeader Cancel button
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import * as React from 'react';
|
||||
import styled from '@emotion/styled';
|
||||
import { Opportunity } from '../../interfaces/company.interface';
|
||||
import { Pipe } from '../../interfaces/pipe.interface';
|
||||
|
||||
type OwnProps = {
|
||||
opportunity: Opportunity;
|
||||
opportunity: Pipe;
|
||||
};
|
||||
|
||||
const StyledContainer = styled.span`
|
||||
|
||||
Reference in New Issue
Block a user