Style on the side bar when collapsed.

This commit is contained in:
charles-gauthereau
2024-12-16 12:02:33 +01:00
parent 5484e8841a
commit 3414b55e14
8 changed files with 58 additions and 25 deletions
+2
View File
@@ -17,6 +17,8 @@ export async function POST(
) {
try {
eventEmitter.emit('modification', { update: true });
const agentId = (await params).agentId
const body: BodyResultRestore = await request.json();