revoke invites and remove users from organizations
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { ChartSwitch } from '@/components/report/chart';
|
||||
import { ScrollArea } from '@/components/ui/scroll-area';
|
||||
|
||||
import type { IChartInput } from '@openpanel/validation';
|
||||
import type { IChartProps } from '@openpanel/validation';
|
||||
|
||||
import { ModalContent, ModalHeader } from './Modal/Container';
|
||||
|
||||
type Props = {
|
||||
chart: IChartInput;
|
||||
chart: IChartProps;
|
||||
};
|
||||
|
||||
const OverviewChartDetails = (props: Props) => {
|
||||
|
||||
Reference in New Issue
Block a user