mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-05 06:09:16 +01:00
Bumb package version to v0.10.7
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user