Closed nguyenbnt closed 1 year ago
Hello there,
There is an issue when adding a new directory with the following code line in src/util/admin.js
config.program.folders[vpath] = memClone;
It should be:
config.program.folders[vpath] = memClone[vpath];
Regards,
Hello there,
There is an issue when adding a new directory with the following code line in src/util/admin.js
config.program.folders[vpath] = memClone;
It should be:
config.program.folders[vpath] = memClone[vpath];
Regards,