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