Skip to content

Commit

Permalink
fix disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarKamalov committed Oct 12, 2023
1 parent 0031861 commit f49281b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/Logs/Cells/ClientCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ const ClientCell = ({
name: buttonType,
onClick,
className: isFiltered ? 'bg--green' : 'bg--danger',
disabled: processingRules,
},
{
name: blockingForClientKey,
Expand Down

0 comments on commit f49281b

Please sign in to comment.