Fix dynamic form defaults

This commit is contained in:
Gregory Schier
2025-01-27 08:38:53 -08:00
parent 93bd437e71
commit d411713502
3 changed files with 4 additions and 20 deletions

View File

@@ -27,7 +27,6 @@ export function HttpAuthenticationEditor({ request }: Props) {
const handleChange = useCallback(
(authentication: Record<string, boolean>) => {
console.log('UPDATE', authentication);
if (request.model === 'http_request') {
updateHttpRequest.mutate({
id: request.id,