fix(dashboard): prevent permission editor dropdown from being always open
This commit is contained in:
5
.changeset/kind-cooks-march.md
Normal file
5
.changeset/kind-cooks-march.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@nhost/dashboard': patch
|
||||
---
|
||||
|
||||
fix(dashboard): prevent permission editor dropdown from being always open
|
||||
@@ -213,7 +213,6 @@ export default function RuleValueInput({
|
||||
freeSolo={!isHasuraInput}
|
||||
autoSelect={!isHasuraInput}
|
||||
autoHighlight={isHasuraInput}
|
||||
open
|
||||
isOptionEqualToValue={(option, value) => {
|
||||
if (typeof value === 'string') {
|
||||
return option.value.toLowerCase() === (value as string).toLowerCase();
|
||||
|
||||
Reference in New Issue
Block a user