Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-on committed Oct 31, 2024
1 parent 2d5d512 commit 209c3e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions drizzle/meta/0005_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
"template_name_unique": {
"name": "template_name_unique",
"nullsNotDistinct": false,
"columns": [
"name"
]
"columns": ["name"]
}
},
"checkConstraints": {}
Expand Down Expand Up @@ -369,4 +367,4 @@
"schemas": {},
"tables": {}
}
}
}
2 changes: 1 addition & 1 deletion drizzle/meta/_journal.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
"breakpoints": true
}
]
}
}
2 changes: 0 additions & 2 deletions src/components/chat-view/Chat.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as Dialog from '@radix-ui/react-dialog'
import { useMutation } from '@tanstack/react-query'
import { History, Plus } from 'lucide-react'
import { App, Notice } from 'obsidian'
Expand Down Expand Up @@ -43,7 +42,6 @@ import { PromptGenerator } from '../../utils/promptGenerator'
import ChatUserInput, { ChatUserInputRef } from './chat-input/ChatUserInput'
import { editorStateToPlainText } from './chat-input/utils/editor-state-to-plain-text'
import { ChatListDropdown } from './ChatListDropdown'
import CreateTemplateDialogContent from './CreateTemplateDialog'
import QueryProgress, { QueryProgressState } from './QueryProgress'
import ReactMarkdown from './ReactMarkdown'

Expand Down

0 comments on commit 209c3e4

Please sign in to comment.