chore(native-filters): Ensure consistent error handling (#24206)

Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
This commit is contained in:
John Bodley
2023-05-30 09:08:38 -07:00
committed by GitHub
parent 6e7b93eb48
commit 674da1b209
5 changed files with 75 additions and 31 deletions

View File

@@ -37,6 +37,7 @@ const StyledContent = styled.div`
display: flex;
flex-direction: column;
margin-left: ${({ theme }) => theme.gridUnit * 2}px;
overflow: hidden;
`;
const StyledTitle = styled.span`