You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.dataflow.ui/src/com/google/cloud/tools/eclipse/dataflow/ui/preferences/RunOptionsDefaultsComponent.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -347,6 +347,7 @@ public void widgetSelected(SelectionEvent event) {
347
347
if (result.isSuccessful()) {
348
348
messageTarget.setInfo("Created staging location at " + stagingLocation);
349
349
setPageComplete(true);
350
+
createButton.setEnabled(false);
350
351
} else {
351
352
messageTarget.setError("Could not create staging location at " + stagingLocation);
0 commit comments