Skip to content
Snippets Groups Projects
Commit 21b728e5 authored by vkovtun's avatar vkovtun
Browse files

BIS-753: Made the table view reload on upload finished.

parent 695d62ca
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -175,6 +175,10 @@ export default class DataBrowserController extends ComponentController {
await this._uploadChunk(file.name, offset, binaryString)
offset += CHUNK_SIZE
}
if (this.gridController) {
await this.gridController.load()
}
}
async _fileSliceToBinaryString(blob) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment