Compare commits
2 Commits
19ce2bf278
...
d0cb13a7f1
| Author | SHA1 | Date | |
|---|---|---|---|
| d0cb13a7f1 | |||
| 4ad7a00535 |
@@ -145,7 +145,7 @@ const ModalSettings: FunctionComponent<ModalWindowProps> = ({ isOpen, setIsOpen,
|
||||
<input
|
||||
class="flex-1 outline-0"
|
||||
{...register("oldPassword")}
|
||||
placeholder="Новый пароль"
|
||||
placeholder="Старый пароль"
|
||||
type={showOldPassword ? "text" : "password"}
|
||||
/>
|
||||
{showOldPassword ? (
|
||||
|
||||
@@ -182,7 +182,7 @@ const ProfileTasks: FunctionComponent = () => {
|
||||
taskType_id: selectedTaskType,
|
||||
dateTime_due: formattedDate,
|
||||
priority: selectedPriority,
|
||||
telegram_notifications: false,
|
||||
telegram_notifications: true,
|
||||
};
|
||||
|
||||
if (isCreating) {
|
||||
@@ -373,7 +373,6 @@ const ProfileTasks: FunctionComponent = () => {
|
||||
subject: taskDetails.subject,
|
||||
taskType: taskDetails.task_type,
|
||||
};
|
||||
console.log(task);
|
||||
|
||||
setIsOpen(true);
|
||||
setIsEdit(true);
|
||||
|
||||
Reference in New Issue
Block a user