bbovenzi commented on code in PR #38732:
URL: https://github.com/apache/airflow/pull/38732#discussion_r1552026146


##########
airflow/www/static/js/dag/details/taskInstance/taskActions/ClearInstance.tsx:
##########
@@ -242,21 +243,23 @@ const ClearInstance = ({
   useKeysPress(keyboardShortcutIdentifier.taskRunClear, onOpen);
 
   const clearLabel = "Clear and retry task.";
+  const canEdit = getMetaValue("can_edit") === "True";

Review Comment:
   `canEdit` is specified twice. Let's delete one



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to