remove old cookie import, #856

This commit is contained in:
Simon
2025-01-11 10:55:43 +07:00
parent d1a42c4b57
commit 44035187b9
3 changed files with 2 additions and 47 deletions

View File

@@ -489,6 +489,7 @@ const SettingsApplication = () => {
{showCookieForm ? (
<>
<textarea
rows={4}
value={cookieFormData}
onChange={e => {
setCookieFormData(e.currentTarget.value);