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

hide the error message so that rag users can just start uploading files and...

hide the error message so that rag users can just start uploading files and the folder will get created automatically
parent 26b3578f
No related branches found
No related tags found
No related merge requests found
......@@ -713,7 +713,7 @@ export default function Documents({
<tbody>
{rows?.status == 'error' && (
<tr>
<td colSpan={2}>{rows?.message}</td>
<td colSpan={2}>{/*rows?.message*/}</td>
</tr>
)}
{rows?.length == 0 && (
......
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