mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-13 14:08:51 +01:00
fix: add text to global state
This commit is contained in:
parent
79bb54db9c
commit
d6fdf41011
5 changed files with 19 additions and 15 deletions
8
client/src/store/text.js
Normal file
8
client/src/store/text.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { atom } from 'recoil';
|
||||
|
||||
const text = atom({
|
||||
key: 'text',
|
||||
default: ''
|
||||
});
|
||||
|
||||
export default text;
|
||||
Loading…
Add table
Add a link
Reference in a new issue