Bumb package version to v0.10.7

This commit is contained in:
ajnart
2022-11-30 09:15:33 +09:00
parent 7e5117055f
commit 6501c3aef2
4 changed files with 11 additions and 4 deletions

View File

@@ -144,7 +144,7 @@ export function SearchModuleComponent() {
//TODO: Fix the bug where clicking anything inside the Modal to ask for a movie
// will close it (Because it closes the underlying Popover)
return (
<Box style={{ width: '100%', maxWidth: 400, minWidth: 300 }}>
<Box style={{ width: '100%', maxWidth: 400 }}>
<Popover
opened={OverseerrResults.length > 0 && opened && searchQuery.length > 3}
position="bottom"