Fix console error on code component
This commit is contained in:
parent
abe597823b
commit
911257c92f
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ export default function CodeAreaModal({
|
|||
<BaseModal.Content>
|
||||
<Input
|
||||
value={code}
|
||||
readOnly
|
||||
className="absolute left-[500%] top-[500%]"
|
||||
id="codeValue"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue