mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 19:01:38 +01:00
Fix dynamic form defaults
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user