[ACS-8779] Keep selections and question after going to the previous page (#10261)

This commit is contained in:
jacekpluta 2024-10-04 10:02:17 +02:00 committed by GitHub
parent 0d79ff534c
commit 2aa9f5b4be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,4 +18,5 @@
export interface SearchAiInputState {
active: boolean;
selectedAgentId?: string;
searchTerm?: string;
}