feat(FN-1844): merge fusion/fn-1844
This commit is contained in:
@@ -27291,7 +27291,9 @@ html .column.drag-over * {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--space-md);
|
||||
min-height: calc(100vh - 180px);
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.nodes-management-overlay__header {
|
||||
|
||||
@@ -255,6 +255,7 @@ describe("Chat API Routes", () => {
|
||||
mockSendMessage.mockReset();
|
||||
mockAgentStoreInit.mockResolvedValue(undefined);
|
||||
mockAgentStoreGetAgent.mockReset();
|
||||
mockGetOrCreateProjectStore.mockReset();
|
||||
|
||||
// Setup default mocks
|
||||
mockListSessions.mockReturnValue([]);
|
||||
|
||||
Reference in New Issue
Block a user