🐛 (settings) Fix custom head code not updating
This commit is contained in:
@ -121,7 +121,7 @@ export const MetadataForm = ({
|
||||
</HStack>
|
||||
<CodeEditor
|
||||
id="head"
|
||||
value={metadata.customHeadCode ?? ''}
|
||||
defaultValue={metadata.customHeadCode ?? ''}
|
||||
onChange={handleHeadCodeChange}
|
||||
lang="html"
|
||||
withVariableButton={false}
|
||||
|
Reference in New Issue
Block a user