Skip to content

Commit a6cffd6

Browse files
Merge pull request #719 from KelvinTegelaar/dev
Minor update for 2.1.1
2 parents 35a8a3c + 359a47f commit a6cffd6

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

.github/workflows/Run_Linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on: # yamllint disable-line rule:truthy
55
branches:
66
- master
77
- main
8-
- react
8+
- dev
99
pull_request_target:
1010
branches:
1111
- master
1212
- main
13-
- react
13+
- dev
1414
permissions:
1515
issues: write
1616
pull-requests: write

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
![Genuine Technology Services](github_assets/img/Genuine-logo-vertical-light.png)    
2020
![Immybot](github_assets/img/Immybot.png)    
2121
![NinjaOne](github_assets/img/NinjaOne-Light.png#gh-dark-mode-only)
22-
![NinjaOne](github_assets/img/NinjaOne-Dark.png#gh-light-mode-only)
22+
![NinjaOne](github_assets/img/NinjaOne-Dark.png#gh-light-mode-only)    
23+
![Huntress](github_assets/img/Huntress.png)
2324

2425
</p>
2526

github_assets/img/Huntress.png

6.71 KB
Loading

github_assets/img/Immybot.png

-39.2 KB
Loading

public/version_latest.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
2.1.0
2-
1+
2.1.1

src/components/utilities/TenantSelectorMultiple.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ import PropTypes from 'prop-types'
55

66
const TenantSelectorMultiple = React.forwardRef(
77
({ values = [], onChange = () => {}, ...rest }, ref) => {
8-
const { data: tenants = [], isLoading, error } = useListTenantsQuery()
8+
const {
9+
data: tenants = [],
10+
isLoading,
11+
error,
12+
} = useListTenantsQuery({ showAllTenantsSelector: false })
913

1014
let placeholder = 'Select Tenants'
1115
if (isLoading) {

version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

0 commit comments

Comments
 (0)