mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-8779] Keep selections and question after going to the previous page (#10261)
This commit is contained in:
@@ -18,4 +18,5 @@
|
|||||||
export interface SearchAiInputState {
|
export interface SearchAiInputState {
|
||||||
active: boolean;
|
active: boolean;
|
||||||
selectedAgentId?: string;
|
selectedAgentId?: string;
|
||||||
|
searchTerm?: string;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user