Update version to 0.1.5 (#2123)
* Update version to 0.1.5 * Temporariliy lower code coverage
This commit is contained in:
@ -20,7 +20,7 @@ const StyledContainer = styled.div`
|
||||
`;
|
||||
|
||||
export const SettingsNewObjectType = ({
|
||||
selectedType = 'Standard',
|
||||
selectedType,
|
||||
onTypeSelect,
|
||||
}: SettingsNewObjectTypeProps) => {
|
||||
const theme = useTheme();
|
||||
|
||||
Reference in New Issue
Block a user