diff --git a/apps/demos/Demos/FileManager/Overview/Angular/app/app.component.html b/apps/demos/Demos/FileManager/Overview/Angular/app/app.component.html index 8878bf64b8cd..65bd940f497e 100644 --- a/apps/demos/Demos/FileManager/Overview/Angular/app/app.component.html +++ b/apps/demos/Demos/FileManager/Overview/Angular/app/app.component.html @@ -1,7 +1,7 @@ ({}); diff --git a/apps/demos/Demos/FileManager/Overview/ReactJs/App.js b/apps/demos/Demos/FileManager/Overview/ReactJs/App.js index 767b44793426..61c0eb083cf4 100644 --- a/apps/demos/Demos/FileManager/Overview/ReactJs/App.js +++ b/apps/demos/Demos/FileManager/Overview/ReactJs/App.js @@ -7,7 +7,7 @@ const remoteProvider = new RemoteFileSystemProvider({ endpointUrl: 'https://js.devexpress.com/Demos/NetCore/api/file-manager-file-system-images', }); export default function App() { - const [currentPath, setCurrentPath] = useState('Widescreen'); + const [currentPath, setCurrentPath] = useState('Places'); const [popupVisible, setPopupVisible] = useState(false); const [imageItemToDisplay, setImageItemToDisplay] = useState({}); const displayImagePopup = useCallback( diff --git a/apps/demos/Demos/FileManager/Overview/Vue/App.vue b/apps/demos/Demos/FileManager/Overview/Vue/App.vue index c47b9cecc3e2..f8a7c1ab703a 100644 --- a/apps/demos/Demos/FileManager/Overview/Vue/App.vue +++ b/apps/demos/Demos/FileManager/Overview/Vue/App.vue @@ -3,7 +3,7 @@ { $('#file-manager').dxFileManager({ name: 'fileManager', fileSystemProvider: provider, - currentPath: 'Widescreen', + currentPath: 'Places', permissions: { create: true, copy: true,