fix(tui): load root sessions in switcher (#37784)
Co-authored-by: Dax Raad <d@ironbay.co>
This commit is contained in:
parent
bef6cfbffe
commit
f05d2ab551
2 changed files with 31 additions and 0 deletions
|
|
@ -1294,6 +1294,7 @@ export const { use: useData, provider: DataProvider } = createSimpleContext({
|
|||
project: location.project.id,
|
||||
limit: 50,
|
||||
order: "desc",
|
||||
parentID: null,
|
||||
})
|
||||
})
|
||||
.then((response) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue