This commit is contained in:
parent
6e8ce77fd3
commit
b940c28b5c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const SchemaVersion: React.FC<SchemaVersionProps> = ({
|
||||||
</tr>
|
</tr>
|
||||||
{isOpen && (
|
{isOpen && (
|
||||||
<S.Wrapper>
|
<S.Wrapper>
|
||||||
<td colSpan={3}>
|
<td colSpan={4}>
|
||||||
<EditorViewer data={schema} schemaType={schemaType} />
|
<EditorViewer data={schema} schemaType={schemaType} />
|
||||||
</td>
|
</td>
|
||||||
</S.Wrapper>
|
</S.Wrapper>
|
||||||
|
|
Loading…
Add table
Reference in a new issue