Skip to content
Snippets Groups Projects
Commit c591929b authored by ali asaria's avatar ali asaria
Browse files

small ui fix

parent 019b1fc3
No related branches found
No related tags found
No related merge requests found
...@@ -439,7 +439,7 @@ export default function Documents({ experimentInfo }) { ...@@ -439,7 +439,7 @@ export default function Documents({ experimentInfo }) {
<tbody> <tbody>
{rows?.length == 0 && ( {rows?.length == 0 && (
<tr> <tr>
<td colSpan={3} style={{ padding: '2rem' }}> <td colSpan={2} style={{ padding: '2rem' }}>
Drag and drop documents here to query their contents. Drag and drop documents here to query their contents.
</td> </td>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment