Skip to content

Commit

Permalink
fix: merge with main again (#5050)
Browse files Browse the repository at this point in the history
* try-catch around trigger grouping expressions (#5017)

Co-authored-by: Ben Yackley <61990921+beyackle@users.noreply.github.com>

* chore: Updated installOneAuth script to target correct version. (#5020)

* Updated installOneAuth script to target correct version.

* Better refactor

* feat: adaptive expression functions menu (#5015)

* expressions menu

* Fixing aligment of menu

* PR comments

Co-authored-by: Soroush <hatpick@gmail.com>

* fix: Correct handling of focus for Intellisense fields (#5039)

* fix

* Improved handling of focus when leveraging an Intellisense suggestion

* comments on wrong lines

* feat: azure publish with orchestrator (#5011)

* refactor the luis build in azure publish

* update the orchestrator path

* update the cleanup

* fix typo

* catch the build error

* remove qna endpoint

* remove console

* add qnaconfig

Co-authored-by: Geoff Cox (Microsoft) <gcox@microsoft.com>
Co-authored-by: Ben Yackley <61990921+beyackle@users.noreply.github.com>
Co-authored-by: Tony Anziano <tonyanziano5@gmail.com>
Co-authored-by: LouisEugeneMSFT <66701106+LouisEugeneMSFT@users.noreply.github.com>
Co-authored-by: Soroush <hatpick@gmail.com>
Co-authored-by: leileizhang <leilzh@microsoft.com>
  • Loading branch information
7 people committed Dec 2, 2020
1 parent 401913e commit 3e4170e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import {
qnaFilesState,
} from '../atoms/botState';
import { openInEmulator } from '../../utils/navigation';
import { rootBotProjectIdSelector, dialogsSelectorFamily } from '../selectors';
import { botEndpointsState } from '../atoms';
import { rootBotProjectIdSelector, dialogsSelectorFamily } from '../selectors';
import * as luUtil from '../../utils/luUtil';

import { BotStatus, Text } from './../../constants';
Expand Down

0 comments on commit 3e4170e

Please sign in to comment.