This commit is contained in:
2021-03-10 21:23:36 -06:00
parent 0924490a6f
commit c8b5d2351e

View File

@@ -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));
}
});