change styles and remove research button

This commit is contained in:
smanylov
2026-02-23 13:53:36 +07:00
parent 1b9b843f1a
commit a33ccf4180
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export async function searchGlobalFiles(fileId: string, currentPage: number) {
throw parsed;
}
} else {
throw (`${response.status}`);
throw 'error';
}
} catch (error) {