Skip to content

Commit

Permalink
GGW-369: Resolve project saving ajax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbrix committed Nov 6, 2024
1 parent 8e29ef9 commit 18e77d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ protected void onSubmit() {
};

// form.setMultiPart(true);
form.setMaxSize(Bytes.megabytes(10));
// form.setMaxSize(Bytes.megabytes(10));
// form.add(fileUploadField);

Button importStructures = new Button("importStructures");
Expand Down

0 comments on commit 18e77d4

Please sign in to comment.