浏览代码

fix: duplicate labels in Servers UI (#6568)

bubble
geraldglynn 3 年前
committed by GitHub
父节点
当前提交
1f10240a97
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/core/plugins/oas3/components/servers.jsx

+ 1
- 1
src/core/plugins/oas3/components/servers.jsx 查看文件

@@ -129,7 +129,7 @@ export default class Servers extends React.Component {
<table>
<tbody>
{
currentServerVariableDefs.map((val, name) => {
currentServerVariableDefs.entrySeq().map(([name, val]) => {
return <tr key={name}>
<td>{name}</td>
<td>


正在加载...
取消
保存