mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-8779] Keep selections and question after going to the previous page (#4147)
This commit is contained in:
@@ -38,5 +38,5 @@ export class SearchByTermAiAction implements Action {
|
||||
export class ToggleAISearchInput implements Action {
|
||||
readonly type = SearchAiActionTypes.ToggleAiSearchInput;
|
||||
|
||||
constructor(public agentId: string) {}
|
||||
constructor(public agentId: string, public searchTerm?: string) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user