sync changes

This commit is contained in:
Dobromir Popov
2024-09-12 00:08:34 +03:00
parent 77e3438a2a
commit e4ba51b42d
5 changed files with 14 additions and 11 deletions

View File

@ -211,7 +211,7 @@ const SurveyForm: React.FC<SurveyFormProps> = ({ existingItem }) => {
},
body: JSON.stringify({
id,
title: 'Нямаме отговор',
title: 'Напомняне',
message: `${message}`,
})
});