mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 05:54: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,
|
||||
);
|
||||
|
||||
// selection is handled in Step 3 now; no local selection needed in Step 2
|
||||
|
||||
const probeUri = useCallback(
|
||||
async (
|
||||
uri: string,
|
||||
@ -701,7 +699,6 @@ function ProbeFooterButtons({
|
||||
variant="select"
|
||||
className="flex items-center justify-center gap-2 sm:flex-1"
|
||||
>
|
||||
{isTesting && <ActivityIndicator className="size-4" />}
|
||||
{t("button.next", { ns: "common" })}
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user