Skip to content

Commit

Permalink
Fix show error messages in edit time table
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjiRS94 committed Nov 2, 2022
1 parent 6ced113 commit ebbe84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomatic/ui/components/tomatic.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Tomatic.editCell = function(day,houri,turni,name,myname) {
Tomatic.requestGrid(Tomatic.grid().week);
}, function(error) {
Tomatic.error("Problemes editant la graella: "+
(error.error || "Inexperat"));
(error || "Inexperat"));
});
};
Tomatic.setPersonData = function (name, data) {
Expand Down

0 comments on commit ebbe84b

Please sign in to comment.