diff --git a/src/services/spaceService.js b/src/services/spaceService.js index 33fd815ec..f7495137c 100644 --- a/src/services/spaceService.js +++ b/src/services/spaceService.js @@ -121,7 +121,7 @@ export function addGroupToWorkspace(spaceId, gid) { 'Error groups', `Impossible to attach the ${error} group to workspace. May be a problem with the connection ?`, 5000) - console.error(`Impossible to attach the group to workspace. May be a problem with the connection ?`, gid, error) + console.error('Impossible to attach the group to workspace. May be a problem with the connection ?', gid, error) throw new AddGroupToGroupfolderError('Error to add Space Manager group in the groupfolder') }) }