mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 18:45:57 +00:00
test: test
This commit is contained in:
parent
164aaca5e3
commit
d6008760cd
@ -9,23 +9,23 @@
|
||||
import { type IconDefinition } from "@fortawesome/free-solid-svg-icons";
|
||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
||||
import {
|
||||
List,
|
||||
Theme,
|
||||
styled,
|
||||
Divider,
|
||||
Collapse,
|
||||
Divider,
|
||||
List,
|
||||
ListItemButton,
|
||||
ListItemIcon,
|
||||
ListItemText,
|
||||
ListSubheader,
|
||||
ListItemButton,
|
||||
SvgIconTypeMap,
|
||||
ListItemIcon,
|
||||
Tooltip as MuiTooltip,
|
||||
SvgIconTypeMap,
|
||||
Theme,
|
||||
TooltipProps,
|
||||
styled,
|
||||
} from "@mui/material";
|
||||
// @icon
|
||||
import { OverridableComponent } from "@mui/material/OverridableComponent";
|
||||
import Link from "next/link";
|
||||
import { useState, useEffect } from "react";
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
import { useTranslate } from "@/hooks/useTranslate";
|
||||
import { TTranslationKeys } from "@/i18n/i18n.types";
|
||||
|
@ -205,6 +205,8 @@ const getMenuItems = (ssoEnabled: boolean): MenuItem[] => [
|
||||
[EntityType.LABEL]: [PermissionAction.READ],
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
// {
|
||||
// text: 'menu.broadcast',
|
||||
// href: "/subscribers/broadcast",
|
||||
|
Loading…
Reference in New Issue
Block a user