Add Maybe option V4

This commit is contained in:
Greg 2025-05-11 12:45:30 +02:00
parent c1529c7643
commit 18942bcf62

View File

@ -12,7 +12,7 @@ function saveData() {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify(data)
}).then(() => fetchData());
});
}