chore: lint
This commit is contained in:
@@ -162,22 +162,22 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
|
|||||||
<Typography color="error">{error}</Typography>
|
<Typography color="error">{error}</Typography>
|
||||||
) : spreadsheets.length === 0 ? (
|
) : spreadsheets.length === 0 ? (
|
||||||
<>
|
<>
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
color="primary"
|
color="primary"
|
||||||
onClick={fetchSpreadsheetFiles}
|
onClick={fetchSpreadsheetFiles}
|
||||||
style={{ marginBottom: '15px' }}
|
style={{ marginBottom: '15px' }}
|
||||||
>
|
>
|
||||||
Fetch Google Spreadsheets
|
Fetch Google Spreadsheets
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
color="error"
|
color="error"
|
||||||
onClick={removeIntegration}
|
onClick={removeIntegration}
|
||||||
style={{ marginTop: '15px' }}
|
style={{ marginTop: '15px' }}
|
||||||
>
|
>
|
||||||
Remove Integration
|
Remove Integration
|
||||||
</Button>
|
</Button>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user