Skip to content

Commit

Permalink
Updating a few things on ReviewSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwanthkumar-avalara committed Jul 6, 2020
1 parent 10165cc commit e9c2af5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions frontend/ReviewSettings.tsx
@@ -1,16 +1,10 @@
import {
Box,
FormField,
Heading,
Input,
Button,
Loader,
Dialog,
Text,
useViewport,
useGlobalConfig,
TextButton,
Select,
Icon,
loadCSSFromString,
} from '@airtable/blocks/ui';
Expand Down Expand Up @@ -111,7 +105,7 @@ export function ReviewSettings({ appState, setAppState }) {
<Box className='center' paddingTop='20px'>
<Button variant='primary' width='180px' onClick={startPreprocessing}>
<Box className='center'>
<Icon name='play' size={16} /> &nbsp; Start Pre-processing
<Icon name='play' size={16} /> &nbsp; Start Prediction
</Box>
</Button>
</Box>
Expand Down

0 comments on commit e9c2af5

Please sign in to comment.