Fix file
This commit is contained in:
@@ -23,10 +23,9 @@ export const addRemoteMount = (hostNameOrIp, port, token) => {
|
|||||||
Version: getState().relver.InstalledVersion,
|
Version: getState().relver.InstalledVersion,
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
dispatch(noti
|
dispatch(
|
||||||
'Failed to set \'RemoteToken\': '
|
notifyError('Failed to create S3 instance: ' + arg.data.Error)
|
||||||
oken
|
);
|
||||||
': " + arg.data.Error));
|
|
||||||
dispatch(setBusy(false));
|
dispatch(setBusy(false));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user