diff --git a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANS/SANSLoad.py b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANS/SANSLoad.py
index 77b980474ac56a5dda5862862a2ee6247910fb02..27ad3510c46e5742cd1e5e34f65ff4bc5d880588 100644
--- a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANS/SANSLoad.py
+++ b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANS/SANSLoad.py
@@ -42,7 +42,6 @@ class SANSLoad(ParallelDataProcessorAlgorithm):
                              doc="Checks if there are loaded files available. If they are, those files are used.")
 
         # Beam coordinates if an initial move of the workspace is requested
-        enabled_condition = EnabledWhenProperty("MoveWorkspace", PropertyCriterion.IsNotDefault)
         self.declareProperty(FloatArrayProperty(name='BeamCoordinates', values=[]),
                              doc='The coordinates which is used to position the instrument component(s). '
                                  'If the workspaces should be loaded with an initial move, then this '
@@ -52,8 +51,6 @@ class SANSLoad(ParallelDataProcessorAlgorithm):
                              doc='Component that should be moved. '
                                  'If the workspaces should be loaded with an initial move, then this '
                                  'needs to be specified.')
-        self.setPropertySettings("BeamCoordinates", enabled_condition)
-        self.setPropertySettings("Component", enabled_condition)
 
         # ------------
         #  OUTPUT
diff --git a/docs/source/algorithms/SANSLoad-v1.rst b/docs/source/algorithms/SANSLoad-v1.rst
index 67dffa65f4c93a739b04f2c239fa1a641510bd8e..6f3281a3f0d18323d99f8a8f757c7548aae0de80 100644
--- a/docs/source/algorithms/SANSLoad-v1.rst
+++ b/docs/source/algorithms/SANSLoad-v1.rst
@@ -83,8 +83,8 @@ The *UseCached* setting will look for appropriate workspaces on the *AnalysisDat
 Move a workspace
 ~~~~~~~~~~~~~~~~
 
-It is possible to perform an initial, instrument-specific move of the selected component. Currently this move mechanism is implemented for **SANS2D**, **LOQ** and **LARMOR**. Other instruments will not be moved.
-If *MoveWorkspace* is selected, then a component and a beam position needs to be selected.
+The algorithm perform an initial, instrument-specific move of the selected component. Currently this move mechanism is implemented for **SANS2D**, **LOQ** and **LARMOR**. Other instruments will not be moved.
+When moving a workspace a component and a beam position.
 
 .. categories::