This commit is contained in:
2020-08-15 23:03:07 -05:00
parent d8c87872d2
commit d827c1f3c8
2 changed files with 2 additions and 3 deletions

View File

@@ -46,7 +46,6 @@ export const addRemoteMount = (hostNameOrIp, port, token) => {
export const addS3Mount = (name, accessKey, secretKey, region, bucketName, url) => {
return (dispatch, getState) => {
const ipcRenderer = getIPCRenderer();
const provider = 'S3' + name;
dispatch(setBusy(true));