Agent : New Step dialog (#1834)

* added file browser tree to API and dialog

* added callbacks for selected files

* added file browser to step dialog

* remove commented code

* fixed file name bug
This commit is contained in:
Aditya Bist
2018-07-03 13:07:02 -07:00
committed by GitHub
parent bf7c1306b1
commit 6f402ac79f
7 changed files with 260 additions and 12 deletions

View File

@@ -144,7 +144,8 @@ export enum ModelComponentTypes {
Form,
Group,
Toolbar,
LoadingComponent
LoadingComponent,
FileBrowserTree
}
export interface IComponentShape {