You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Controllers/FilesController.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ export class FilesController extends AdaptableController {
33
33
filename=createResult?.name||filename;// if createFile returns a new filename, use it
34
34
35
35
consturl=createResult?.url||awaitthis.adapter.getFileLocation(config,filename);// if createFile returns a new url, use it otherwise get the url from the adapter
0 commit comments