formal to informal messages
This commit is contained in:
@ -101,7 +101,7 @@ export default function ReportForm({ shiftId, existingItem, onDone }) {
|
||||
try {
|
||||
const response = await axiosInstance.post('/api/data/reports', item);
|
||||
console.log(response);
|
||||
toast.success("Гоово. Благодарим Ви за отчета!");
|
||||
toast.success("Гоово. Благодаря за отчета!");
|
||||
setTimeout(() => {
|
||||
if (onDone) {
|
||||
onDone();
|
||||
|
Reference in New Issue
Block a user