respect aspect ration for works
This commit is contained in:
@@ -21,7 +21,7 @@ export default function Settings() {
|
||||
setConfig(prev => ({ ...prev, [key]: value }));
|
||||
}
|
||||
|
||||
async function handleSubmit(e: React.FormEvent) {
|
||||
async function handleSubmit(e: React.SyntheticEvent) {
|
||||
e.preventDefault();
|
||||
try {
|
||||
await updateConfig(config);
|
||||
|
||||
Reference in New Issue
Block a user