mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:29:39 +00:00
remove old cookie import, #856
This commit is contained in:
@@ -489,6 +489,7 @@ const SettingsApplication = () => {
|
||||
{showCookieForm ? (
|
||||
<>
|
||||
<textarea
|
||||
rows={4}
|
||||
value={cookieFormData}
|
||||
onChange={e => {
|
||||
setCookieFormData(e.currentTarget.value);
|
||||
|
||||
Reference in New Issue
Block a user