Skip to content

Commit

Permalink
fix(ui): wrong acl on KSQL (#1996)
Browse files Browse the repository at this point in the history
Co-authored-by: Erwan Cozic <[email protected]>
  • Loading branch information
Zico56 and Erwan Cozic authored Nov 19, 2024
1 parent 836d996 commit cb867c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/KsqlDB/KsqlDBList/KsqlDBList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class KsqlDBList extends Component {
</div>
</div>
</div>
{roles && roles.KSQDLDB && roles.KSQLDB.includes('EXECUTE') && (
{roles && roles.KSQLDB && roles.KSQLDB.includes('EXECUTE') && (
<aside>
<li className="aside-button">
<Link
Expand Down

0 comments on commit cb867c4

Please sign in to comment.