Преглед на файлове

fix: duplicate labels in Servers UI (#6568)

bubble
geraldglynn преди 3 години
committed by GitHub
родител
ревизия
1f10240a97
No known key found for this signature in database 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>


Зареждане…
Отказ
Запис