mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
style: update AssistantConsole layout and extend store interface
- Added height to the AssistantConsole component for improved layout consistency. - Extended StoreNamespace interface to include 'dataCollection' for better state management.
This commit is contained in:
@@ -174,6 +174,7 @@ export declare global {
|
||||
| 'database'
|
||||
| 'dependency'
|
||||
| 'environment'
|
||||
| 'dataCollection'
|
||||
| 'llmProvider';
|
||||
type StoreNamespace = ListStoreNamespace | 'layout' | 'common';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user