Fix missing readonly attribute on textarea
This commit is contained in:
parent
261847bec1
commit
6bf905d33a
|
@ -45,6 +45,7 @@ const Logs: React.FC<LogsProps> = ({ txData }) => (
|
||||||
<textarea
|
<textarea
|
||||||
className="w-full h-20 bg-gray-50 font-mono focus:outline-none border rounded p-2"
|
className="w-full h-20 bg-gray-50 font-mono focus:outline-none border rounded p-2"
|
||||||
value={l.data}
|
value={l.data}
|
||||||
|
readOnly
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue