codeant-ai-for-open-source[bot] commented on code in PR #42494:
URL: https://github.com/apache/superset/pull/42494#discussion_r3694319286


##########
superset-frontend/src/features/alerts/AlertReportModal.tsx:
##########
@@ -2597,6 +2599,22 @@ const AlertReportModal: 
FunctionComponent<AlertReportModalProps> = ({
                       </Checkbox>
                     </div>
                   )}
+                  <div className="inline-container">
+                    <Checkbox
+                      data-test="include-cta"
+                      checked={currentAlert?.include_cta !== false}
+                      onChange={(e: CheckboxChangeEvent) =>
+                        updateAlertState('include_cta', e.target.checked)
+                      }

Review Comment:
   ✅ **Customized review instruction saved!**
   
   **Instruction:**
   > Treat asynchronous hydration overwrites as a modal-wide concern in 
AlertReportModal rather than flagging individual controls that follow the 
existing hydration pattern; address the issue in a dedicated modal-wide change.
   
   **Applied to:**
     - `superset-frontend/src/features/alerts/AlertReportModal.tsx`
   
   ---
   💡 *To manage or update this instruction, visit: [CodeAnt AI 
Settings](https://app.codeant.ai/org/settings/learnings)*



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to