Fixed an issue where edit mode wasn't exited properly.

This commit is contained in:
Brian McGonagill 2022-08-24 14:03:00 -05:00
parent 6357e25eb1
commit 0768e707b8

View file

@ -109,6 +109,7 @@ Template.prodMgmtForm.events({
$("#prodStore").val("");
$("#prodLocation").val("");
$('select').formSelect();
Session.set("prodEditMode", false);
}
});
}