Skip to content

Commit 96af4f5

Browse files
mCodexCopilot
andauthored
Update src/hooks/useSecureOperation.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a4df50d commit 96af4f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useSecureOperation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function useSecureOperation(): UseSecureOperationResult {
5454
'Review the async callback passed to execute() for thrown errors.'
5555
),
5656
isLoading: false,
57-
isPending: true,
57+
isPending: false,
5858
})
5959
}
6060
}

0 commit comments

Comments
 (0)