mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
import csv popover: add divider under tabs for consistency
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
||||
Typography,
|
||||
TextField,
|
||||
FormHelperText,
|
||||
Divider,
|
||||
} from "@mui/material";
|
||||
|
||||
import Tab from "@mui/material/Tab";
|
||||
@@ -207,6 +208,7 @@ export default function ImportCsv({ render, PopoverProps }: IImportCsvProps) {
|
||||
<Tab label="Paste" value="paste" />
|
||||
<Tab label="URL" value="url" />
|
||||
</TabList>
|
||||
<Divider style={{ marginTop: -1 }} />
|
||||
|
||||
<TabPanel value="upload" className={classes.tabPanel}>
|
||||
<Grid
|
||||
|
||||
Reference in New Issue
Block a user