added keys and types to the note api for adding and loading notes and chats
This commit is contained in:
parent
a2ac900f3e
commit
63bba4f74e
11 changed files with 49 additions and 31 deletions
|
|
@ -496,7 +496,7 @@ export default function Bin(props: Props) {
|
|||
</Tabs>
|
||||
<TabPanelMine value={value} index={0}>
|
||||
<Box height={isMobile || displayMobile ? "80vh" : "90vh"} padding={2}>
|
||||
<Chat objectKey={binID} type={pond.NoteType.NOTE_TYPE_BIN} />
|
||||
<Chat parent={binID} parentType={"bin"} type={pond.NoteType.NOTE_TYPE_BIN} />
|
||||
</Box>
|
||||
</TabPanelMine>
|
||||
<TabPanelMine value={value} index={1}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue