jan/web/helpers/atoms/ThreadRightPanel.atom.ts
Faisal Amir bb3bbd25d2
fix: setting chatbox input (#3429)
* fix: setting chatbox input

* fix: linter issue
2024-08-22 11:18:37 +07:00

7 lines
149 B
TypeScript

import { atom } from 'jotai'
// Store tabs menu active state
export const activeTabThreadRightPanelAtom = atom<string | undefined>(
'assistant'
)