Skip to content

Commit

Permalink
Merge pull request #719 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
Minor update for 2.1.1
  • Loading branch information
KelvinTegelaar authored Feb 4, 2022
2 parents 35a8a3c + 359a47f commit a6cffd6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Run_Linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on: # yamllint disable-line rule:truthy
branches:
- master
- main
- react
- dev
pull_request_target:
branches:
- master
- main
- react
- dev
permissions:
issues: write
pull-requests: write
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
![Genuine Technology Services](github_assets/img/Genuine-logo-vertical-light.png)    
![Immybot](github_assets/img/Immybot.png)    
![NinjaOne](github_assets/img/NinjaOne-Light.png#gh-dark-mode-only)
![NinjaOne](github_assets/img/NinjaOne-Dark.png#gh-light-mode-only)
![NinjaOne](github_assets/img/NinjaOne-Dark.png#gh-light-mode-only)    
![Huntress](github_assets/img/Huntress.png)

</p>

Expand Down
Binary file added github_assets/img/Huntress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified github_assets/img/Immybot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions public/version_latest.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
2.1.0

2.1.1
6 changes: 5 additions & 1 deletion src/components/utilities/TenantSelectorMultiple.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ import PropTypes from 'prop-types'

const TenantSelectorMultiple = React.forwardRef(
({ values = [], onChange = () => {}, ...rest }, ref) => {
const { data: tenants = [], isLoading, error } = useListTenantsQuery()
const {
data: tenants = [],
isLoading,
error,
} = useListTenantsQuery({ showAllTenantsSelector: false })

let placeholder = 'Select Tenants'
if (isLoading) {
Expand Down
2 changes: 1 addition & 1 deletion version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1

0 comments on commit a6cffd6

Please sign in to comment.