mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 05:31:51 +02:00
Minor theme updates again
This commit is contained in:
@@ -25,7 +25,6 @@ export function HeaderEditor() {
|
||||
headers.map((h, i) => {
|
||||
if (i === index) return h;
|
||||
const newHeader: HttpHeader = { ...h, ...header };
|
||||
console.log('NEW HEADER', newHeader);
|
||||
return newHeader;
|
||||
}),
|
||||
);
|
||||
@@ -37,8 +36,6 @@ export function HeaderEditor() {
|
||||
setHeaders((headers) => headers.filter((_, i) => i !== index));
|
||||
};
|
||||
|
||||
console.log('HEADERS', headers);
|
||||
|
||||
return (
|
||||
<form onSubmit={handleSubmit}>
|
||||
<VStack space={2}>
|
||||
|
||||
Reference in New Issue
Block a user