- {(this.state.itemID != "") &&
+ {(this.state.breadcrumbItem.length > 0) &&
+
+
+
+ }
+ {(this.state.itemID != "" && this.state.searchDrive == "") &&
}
+ {(this.state.searchDrive != "") &&
+
+ }
+ {
+ this.setState({
+ dialogFileStatus: false
+ });
+ }}
+ >
);
}
-
+
/**
*
* @param e
* Capture file or folder and manages breadcrumb
*/
private manageFolder = (e: any) => {
-
if (e.detail.folder != undefined) {
this._breadcrumbItem.push({
text: e.detail.name,
@@ -301,7 +355,11 @@ export default class OneDriveFinder extends React.Component
{