main window to top window
This commit is contained in:
parent
ea3c7fa141
commit
aec811d3b5
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ const DataBlock = ({ title, type }) => {
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<TableRow
|
<TableRow
|
||||||
title="Main Window"
|
title="Top Window"
|
||||||
value={windowData ? windowData[type].value : ''}
|
value={windowData ? windowData[type].value : ''}
|
||||||
issues={windowData ? windowData[type].issues : []}
|
issues={windowData ? windowData[type].issues : []}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue