mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Small bug fix: hide show/hide sql toggle for observer plus view (#11060)
This commit is contained in:
parent
f33a77c736
commit
71e2e4d07c
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ const QueryForm = ({
|
|||
</div>
|
||||
<div className="author">{renderAuthor()}</div>
|
||||
</div>
|
||||
{(!isObserverPlus || !isAnyTeamObserverPlus) && (
|
||||
{((!isObserverPlus && isGlobalObserver) || !isAnyTeamObserverPlus) && (
|
||||
<RevealButton
|
||||
isShowing={showQueryEditor}
|
||||
className={baseClass}
|
||||
|
|
|
|||
Loading…
Reference in a new issue