chore: cleanup whitespace
This commit is contained in:
@@ -387,7 +387,6 @@ export const IntegrationSettingsModal = ({
|
|||||||
<div style={{ display: "flex", gap: "20px" }}>
|
<div style={{ display: "flex", gap: "20px" }}>
|
||||||
<Button
|
<Button
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
|
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setSelectedIntegrationType("googleSheets");
|
setSelectedIntegrationType("googleSheets");
|
||||||
setSettings({ ...settings, integrationType: "googleSheets" });
|
setSettings({ ...settings, integrationType: "googleSheets" });
|
||||||
@@ -401,7 +400,6 @@ export const IntegrationSettingsModal = ({
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
|
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setSelectedIntegrationType("airtable");
|
setSelectedIntegrationType("airtable");
|
||||||
setSettings({ ...settings, integrationType: "airtable" });
|
setSettings({ ...settings, integrationType: "airtable" });
|
||||||
|
|||||||
Reference in New Issue
Block a user