- {table.getFilteredSelectedRowModel().rows.length} of {total} row(s)
- selected.
-
-
+ {breadcrumbItems.length > 0 ? : 'File'}
);
@@ -85,6 +89,7 @@ export default function Files() {
searchString={searchString}
onSearchChange={handleInputChange}
showFilter={false}
+ icon={'file'}
>
@@ -104,7 +109,9 @@ export default function Files() {
- {!rowSelectionIsEmpty &&
}
+ {!rowSelectionIsEmpty && (
+
+ )}
{
return list.map((x) => (
-
+
{x.kb_name}
));
@@ -25,8 +26,8 @@ export function KnowledgeCell({ value }: { value: IFile['kbs_info'] }) {
{value.length > 2 && (
-