Web: Files: fixed folder icons path

This commit is contained in:
Viktor Fomin 2021-08-27 20:53:06 +03:00
parent 2e46034ab0
commit d2ba3fd93d

View File

@ -201,7 +201,7 @@ class IconFormatsStore {
};
getFolderIcon = (providerKey, size = 32) => {
const folderPath = `images/icons/${size}`;
const folderPath = `/static/images/icons/${size}`;
switch (providerKey) {
case "Box":