Skip to content

Commit

Permalink
Fix: Display permissions on modify permissions tab (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onokaev authored Apr 8, 2022
1 parent f5d9a61 commit a35c320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/query-runner/request/permissions/TabList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const TabList = ({ columns, classes, renderItemColumn, renderDetailsHeader, maxH
</Label>)
}

if (!tokenPresent) {
if (!tokenPresent && permissions.length === 0) {
return displayNotSignedInMessage();
}

Expand Down

0 comments on commit a35c320

Please sign in to comment.