Skip to content

Commit

Permalink
fix: set luis recognizer type for dialog in formEditor (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlong9278 authored Mar 24, 2020
1 parent 1906ccf commit 52452d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const RecognizerField: React.FC<FieldProps<MicrosoftIRecognizer>> = props
}
case 'luis': {
if (selectedFile) {
onChange(currentDialog.luFile);
onChange(`${currentDialogId}.lu`);
} else {
const { createLuFile } = shellApi;

Expand Down

0 comments on commit 52452d2

Please sign in to comment.