Skip to content

Commit c712691

Browse files
committed
Intermediate tweak to Fields stuff.
1 parent 8721af7 commit c712691

File tree

2 files changed

+195
-136
lines changed

2 files changed

+195
-136
lines changed

Node/src/consts.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export var Data = {
4343
};
4444

4545
export var DialogId = {
46-
Prompts: 'BotBuilder.Dialogs.Prompts'
46+
Prompts: 'BotBuilder.Dialogs.Prompts',
47+
Field: 'BotBuilder.Dialogs.Field'
4748
};
4849

4950
export var Id = {

0 commit comments

Comments
 (0)