content for warehouse. HTML edit works ;
translations
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user