admin(ui): implement MountEditContainer.tsx, minor tweaks
This commit is contained in:
parent
11b7197c49
commit
e70351cbad
10 changed files with 166 additions and 13 deletions
|
@ -8,7 +8,7 @@ export interface Nest {
|
|||
uuid: string;
|
||||
author: string;
|
||||
name: string;
|
||||
description: string | null;
|
||||
description?: string;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue