mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix Bug: Global maintainer can now edit SQL in create new query (#2204)
This commit is contained in:
parent
a859d46af9
commit
4ace3b4bc5
2 changed files with 2 additions and 1 deletions
1
changes/issue-2201-global-maintainer-create-query
Normal file
1
changes/issue-2201-global-maintainer-create-query
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Bug fix: Global maintainer can create and save a new query
|
||||
|
|
@ -434,7 +434,7 @@ const QueryForm = ({
|
|||
});
|
||||
}
|
||||
|
||||
if (isAnyTeamMaintainer || isGlobalMaintainer) {
|
||||
if (isAnyTeamMaintainer) {
|
||||
return renderRunForMaintainer({ nameText, descText, queryValue });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue