feat: add Fields table to Object Detail page (#1988)
* feat: add Fields table to Object Detail page Closes #1815 * refactor: add ObjectFieldDataType
This commit is contained in:
@ -20,6 +20,7 @@ import {
|
||||
const StyledContainer = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: fit-content;
|
||||
padding: ${({ theme }) => theme.spacing(8)};
|
||||
width: 350px;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user