mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Style on the side bar when collapsed.
This commit is contained in:
@@ -20,6 +20,7 @@ export async function POST(
|
||||
{ status: 400 }
|
||||
);
|
||||
}
|
||||
eventEmitter.emit('modification', { update: true });
|
||||
|
||||
const agentId = (await params).agentId;
|
||||
const formData = await request.formData();
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user