Skip to content

Commit

Permalink
fix: blocking reasons not showing up in cli dashboard details panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnirwal committed Apr 15, 2024
1 parent eeb1e14 commit 1d333d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const CookiesListing = ({
/>
</Resizable>
<CookieDetails
isUsingCDP={false}
isUsingCDP={true}
selectedFrameCookie={selectedFrameCookie}
/>
</div>
Expand Down

0 comments on commit 1d333d4

Please sign in to comment.