[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

View File

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