content for warehouse. HTML edit works ;

translations
This commit is contained in:
Dobromir Popov
2024-12-02 14:11:37 +02:00
parent c06b93f6ad
commit 269553f2ec
8 changed files with 1685 additions and 13 deletions

View File

@ -269,8 +269,8 @@ export default function LocationForm() {
className="w-full min-h-[200px] p-3 border rounded-lg shadow-sm focus:ring-2 focus:ring-blue-500 focus:border-blue-500 bg-white dark:bg-gray-800 dark:border-gray-700 dark:text-gray-200 font-mono resize-y"
placeholder="HTML Content"
id="contentHTML_Raw"
name="backupLocation"
// onChange={handleChange}
name="contentHTML_Raw"
onChange={(e) => setContent(e.target.value)}
value={content}
autoComplete="off"
spellCheck="false"