mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
chore: linting
This commit is contained in:
parent
9642d7ced0
commit
1bf7f116d6
4 changed files with 11 additions and 23 deletions
|
|
@ -510,7 +510,7 @@ export const DocumentMentionPicker = forwardRef<
|
|||
type: "branch",
|
||||
disabled: activeConnectors.length === 0,
|
||||
value: { kind: "view", view: { kind: "connectors" } },
|
||||
},
|
||||
}
|
||||
);
|
||||
if (enableChatMentions) {
|
||||
nodes.push({
|
||||
|
|
|
|||
|
|
@ -114,9 +114,7 @@ export function PublicChatSnapshotsManager({
|
|||
return (
|
||||
<Alert variant="destructive">
|
||||
<AlertCircle className="h-4 w-4" />
|
||||
<AlertDescription>
|
||||
Failed to load public chats. Please try again later.
|
||||
</AlertDescription>
|
||||
<AlertDescription>Failed to load public chats. Please try again later.</AlertDescription>
|
||||
</Alert>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue