Skip to content

Commit

Permalink
revert luis recognizer type
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlong9278 committed Mar 24, 2020
1 parent 8d594d5 commit e6967b0
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 e6967b0

Please sign in to comment.