Fix: Enable "Save Changes" button in Edit User modal
This commit is contained in:
@ -277,7 +277,7 @@
|
||||
|
||||
// Disable submit buttons by default
|
||||
$("#addSubmitButton").prop("disabled", true);
|
||||
$("#editSubmitButton").prop("disabled", true);
|
||||
// $("#editSubmitButton").prop("disabled", true);
|
||||
|
||||
//** Add Username validation on Add User Modal */
|
||||
$("#addUsername").on("input", function () {
|
||||
|
||||
Reference in New Issue
Block a user