placeholder

This commit is contained in:
Corwin 2024-04-20 15:38:55 +01:00
parent 103085684a
commit 6aee9ba154
No known key found for this signature in database

View file

@ -52,7 +52,7 @@ function BacktraceCopyDisplay({
<BacktraceWrapper>
<BacktraceInputBox
type="text"
defaultValue="Enter the backtrace code here"
placeholder="Enter the backtrace code here"
onChange={(e) => setBacktrace(e.target.value)}
value={backtrace}
/>