From cc1def6351fe45f4add3c649bbb5da12924dbee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Gran=C3=A1t?= Date: Tue, 3 Sep 2024 15:00:08 +0200 Subject: [PATCH] feat: allow machine translation and TM when user can edit --- webapp/src/component/task/TaskDetail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/component/task/TaskDetail.tsx b/webapp/src/component/task/TaskDetail.tsx index 4beb346a22..3ef6b12178 100644 --- a/webapp/src/component/task/TaskDetail.tsx +++ b/webapp/src/component/task/TaskDetail.tsx @@ -190,7 +190,7 @@ export const TaskDetail = ({ task, onClose, projectId }: Props) => {