mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 14:04:10 +03:00
fix button activity indicator
This commit is contained in:
parent
54b0a9afa0
commit
0b7788c33f
@ -52,8 +52,6 @@ export default function Step2ProbeOrSnapshot({
|
|||||||
{} as CandidateTestMap,
|
{} as CandidateTestMap,
|
||||||
);
|
);
|
||||||
|
|
||||||
// selection is handled in Step 3 now; no local selection needed in Step 2
|
|
||||||
|
|
||||||
const probeUri = useCallback(
|
const probeUri = useCallback(
|
||||||
async (
|
async (
|
||||||
uri: string,
|
uri: string,
|
||||||
@ -701,7 +699,6 @@ function ProbeFooterButtons({
|
|||||||
variant="select"
|
variant="select"
|
||||||
className="flex items-center justify-center gap-2 sm:flex-1"
|
className="flex items-center justify-center gap-2 sm:flex-1"
|
||||||
>
|
>
|
||||||
{isTesting && <ActivityIndicator className="size-4" />}
|
|
||||||
{t("button.next", { ns: "common" })}
|
{t("button.next", { ns: "common" })}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user