private selectQuery()

in src/app/ui/main/chat/chat.component.ts [161:165]


    private selectQuery(id: string) {
        if (this._states) {
            this.selectedQuery = this._states.find(it => it.srvReqId === id)
        }
    }