Support contains queries in overview page.
This commit is contained in:
@@ -211,7 +211,7 @@ const ResultsMenu = ({ values, type, isLoading, onSelect }) => {
|
||||
}
|
||||
|
||||
if (!values?.length) {
|
||||
return <h1>poop</h1>;
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
.form {
|
||||
position: absolute;
|
||||
background: var(--base50);
|
||||
min-width: 300px;
|
||||
padding: 20px;
|
||||
|
||||
Reference in New Issue
Block a user