Skip to content

Commit a122d0e

Browse files
committed
Clear create form on success.
1 parent 27b9c01 commit a122d0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/webathena-sql/manage.js

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ function setupForms() {
107107
form.find(":submit").removeAttr("disabled");
108108
clearAlerts("create-alert");
109109
}).then(function() {
110+
form.find(".field-database-name").val("");
110111
refreshInfo();
111112
}, function(err) {
112113
// TODO(davidben): Distinguish UserError from others.

0 commit comments

Comments
 (0)