dev work on menu to prod link

This commit is contained in:
Brian McGonagill 2024-07-28 19:42:23 -05:00
parent 01ae220674
commit 9abb198e82
7 changed files with 163 additions and 3 deletions

View file

@ -18,6 +18,10 @@ Template.taskForm.onRendered(function() {
placeholder: 'Task Name',
secondaryPlaceholder: '+Task Name',
});
setTimeout(function() {
instances = M.FormSelect.init(elems, {});
}, 350);
Session.set("taskNameErr", false);
Session.set("taskUserErr", false);