mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 10:39:13 +00:00
update confluence icon in documents
This commit is contained in:
parent
6b2cd9705f
commit
b89adfa1c9
3 changed files with 2 additions and 4 deletions
|
@ -1 +0,0 @@
|
||||||
{"c301dd3ad9b4036af1d031ecc966d2f02ae1eda4":{"files":{"surfsense_web/hooks/use-documents.ts":["J01fJFm4gXaHAA83Vu5dtOmk/sw=",true],"surfsense_web/components/chat/DocumentsDataTable.tsx":["wgAyJblucK9D3MKKwPe6W9kZphk=",true]},"modified":1753499058926}}
|
|
|
@ -1 +0,0 @@
|
||||||
{"2d0ec64d93969318101ee479b664221b32241665":{"files":{"surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/page.tsx":["EHKKvlOK0vfy0GgHwlG/J2Bx5rw=",true]},"modified":1753426633288}}
|
|
|
@ -57,7 +57,7 @@ import {
|
||||||
IconBrandDiscord,
|
IconBrandDiscord,
|
||||||
IconBrandGithub,
|
IconBrandGithub,
|
||||||
IconBrandNotion,
|
IconBrandNotion,
|
||||||
IconBrandPagekit,
|
IconBook,
|
||||||
IconBrandSlack,
|
IconBrandSlack,
|
||||||
IconBrandYoutube,
|
IconBrandYoutube,
|
||||||
IconLayoutKanban,
|
IconLayoutKanban,
|
||||||
|
@ -181,7 +181,7 @@ const documentTypeIcons = {
|
||||||
LINEAR_CONNECTOR: IconLayoutKanban,
|
LINEAR_CONNECTOR: IconLayoutKanban,
|
||||||
JIRA_CONNECTOR: IconTicket,
|
JIRA_CONNECTOR: IconTicket,
|
||||||
DISCORD_CONNECTOR: IconBrandDiscord,
|
DISCORD_CONNECTOR: IconBrandDiscord,
|
||||||
CONFLUENCE_CONNECTOR: IconBrandPagekit,
|
CONFLUENCE_CONNECTOR: IconBook,
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
const columns: ColumnDef<Document>[] = [
|
const columns: ColumnDef<Document>[] = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue