mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Merge branch 'data-layer-rewrite' of https://github.com/rowyio/rowy into data-layer-rewrite
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rowy",
|
||||
"version": "2.6.0-alpha.1",
|
||||
"version": "2.6.0-rc.0",
|
||||
"homepage": "https://rowy.io",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -4,7 +4,7 @@ import { useLocation } from "react-router-dom";
|
||||
import { List, ListItemIcon, ListItemText, Collapse } from "@mui/material";
|
||||
import FolderIcon from "@mui/icons-material/FolderOutlined";
|
||||
import FavoriteIcon from "@mui/icons-material/FavoriteBorder";
|
||||
import { ChevronRight } from "@src/assets/icons";
|
||||
import { ChevronDown } from "@src/assets/icons";
|
||||
import NavItem from "./NavItem";
|
||||
|
||||
import { TableSettings } from "@src/types/table";
|
||||
@@ -43,7 +43,7 @@ export default function NavTableSection({
|
||||
|
||||
<ListItemText primary={section} style={{ textAlign: "left" }} />
|
||||
|
||||
<ChevronRight
|
||||
<ChevronDown
|
||||
sx={{
|
||||
color: "action.active",
|
||||
mr: -0.5,
|
||||
|
||||
Reference in New Issue
Block a user