mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
placeholder
This commit is contained in:
parent
103085684a
commit
6aee9ba154
|
@ -52,7 +52,7 @@ function BacktraceCopyDisplay({
|
||||||
<BacktraceWrapper>
|
<BacktraceWrapper>
|
||||||
<BacktraceInputBox
|
<BacktraceInputBox
|
||||||
type="text"
|
type="text"
|
||||||
defaultValue="Enter the backtrace code here"
|
placeholder="Enter the backtrace code here"
|
||||||
onChange={(e) => setBacktrace(e.target.value)}
|
onChange={(e) => setBacktrace(e.target.value)}
|
||||||
value={backtrace}
|
value={backtrace}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue