This commit is contained in:
parent
9faf912c8b
commit
475b67ee02
|
|
@ -85,6 +85,8 @@ import profile from "react-syntax-highlighter/dist/esm/languages/hljs/profile"
|
|||
import { toast } from "sonner"
|
||||
import { SidebarDeleteItem } from "./sidebar-delete-item"
|
||||
|
||||
import { useTranslation } from 'react-i18next'
|
||||
|
||||
interface SidebarUpdateItemProps {
|
||||
isTyping: boolean
|
||||
item: DataItemType
|
||||
|
|
@ -102,6 +104,8 @@ export const SidebarUpdateItem: FC<SidebarUpdateItemProps> = ({
|
|||
updateState,
|
||||
isTyping
|
||||
}) => {
|
||||
const { t } = useTranslation()
|
||||
|
||||
const {
|
||||
workspaces,
|
||||
selectedWorkspace,
|
||||
|
|
|
|||
Loading…
Reference in New Issue