mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
admin(ui): implement MountEditContainer.tsx, minor tweaks
This commit is contained in:
@@ -3,7 +3,7 @@ import http, { FractalResponseData } from '@/api/http';
|
||||
export interface Role {
|
||||
id: number;
|
||||
name: string;
|
||||
description: string | null;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
export const rawDataToRole = ({ attributes }: FractalResponseData): Role => ({
|
||||
|
||||
Reference in New Issue
Block a user