diff --git a/src/main/java/org/gcube/portlets/user/databasesmanager/client/form/GxtFormSubmitQuery.java b/src/main/java/org/gcube/portlets/user/databasesmanager/client/form/GxtFormSubmitQuery.java index 0147db0..dba0f29 100644 --- a/src/main/java/org/gcube/portlets/user/databasesmanager/client/form/GxtFormSubmitQuery.java +++ b/src/main/java/org/gcube/portlets/user/databasesmanager/client/form/GxtFormSubmitQuery.java @@ -104,7 +104,7 @@ public class GxtFormSubmitQuery extends LayoutContainer { CheckBox checkSC = new CheckBox(); checkSC.setFieldLabel("Apply Smart Corrections"); - checkSC.setValue(true); + checkSC.setValue(false); // smartCorrection.add(checkSC); // form.add(smartCorrection, formData);