mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
placeholder
This commit is contained in:
parent
103085684a
commit
6aee9ba154
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue