isaac-jaynes-imperva commented on code in PR #36987:
URL: https://github.com/apache/superset/pull/36987#discussion_r2733288672


##########
superset-frontend/src/pages/AlertReportList/index.tsx:
##########
@@ -377,7 +399,23 @@ function AlertList({
             original.owners.map((o: Owner) => o.id).includes(user.userId) ||
             isUserAdmin(user);
 
+          const isRunning = original.last_state === AlertState.Working;

Review Comment:
   Seems a little unnecessary to me, are you referring to the three checks 
directly below?



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