Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit e26f67f

Browse files
committed
Update Form.vue
1 parent 600925b commit e26f67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Components/Form.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ export default {
509509
return successCallback(Object.fromEntries(data));
510510
}
511511
512-
Splade.request(this.action, method, data, { headers, ...this.headers })
512+
Splade.request(this.action, method, data, { ...headers, ...this.headers })
513513
.then(successCallback)
514514
.catch(async (error) => {
515515
this.processing = false;

0 commit comments

Comments
 (0)