fix: fix a problem which will make request list incorrect
This commit is contained in:
parent
1fe50092ba
commit
2d5a09c79c
@ -82,7 +82,7 @@ export const WebhookPlayground: React.FC = React.memo(() => {
|
||||
</div>
|
||||
)}
|
||||
|
||||
{reverse(requestList).map((item) => {
|
||||
{reverse([...requestList]).map((item) => {
|
||||
return (
|
||||
<button
|
||||
key={item.id}
|
||||
|
Loading…
Reference in New Issue
Block a user