Skip to content

Commit 0dd83a7

Browse files
committed
Remove warning
Signed-off-by: Daniel Valdivia <[email protected]>
1 parent 9deb196 commit 0dd83a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal-ui/src/screens/Console/Common/FormComponents/QueryMultiSelector/QueryMultiSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const QueryMultiSelector = ({
8686
// Use effect to get the initial values from props
8787
useEffect(() => {
8888
if (
89-
currentKeys.length == 1 &&
89+
currentKeys.length === 1 &&
9090
currentKeys[0] === "" &&
9191
currentValues.length === 1 &&
9292
currentValues[0] === "" &&

0 commit comments

Comments
 (0)