mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Fix bad export state
This commit is contained in:
parent
b908df1b49
commit
218ec51a78
@ -138,7 +138,10 @@ export default function MobileReviewSettingsDrawer({
|
|||||||
{features.includes("export") && (
|
{features.includes("export") && (
|
||||||
<Button
|
<Button
|
||||||
className="w-full flex justify-center items-center gap-2"
|
className="w-full flex justify-center items-center gap-2"
|
||||||
onClick={() => setDrawerMode("export")}
|
onClick={() => {
|
||||||
|
setDrawerMode("export");
|
||||||
|
setMode("select");
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<FaArrowDown className="p-1 fill-secondary bg-secondary-foreground rounded-md" />
|
<FaArrowDown className="p-1 fill-secondary bg-secondary-foreground rounded-md" />
|
||||||
Export
|
Export
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user