wip: desktop work
This commit is contained in:
parent
3d43214075
commit
bd0a4f7bbe
3 changed files with 29 additions and 23 deletions
|
|
@ -827,7 +827,7 @@ export default function Page() {
|
|||
title="Select file"
|
||||
placeholder="Search files"
|
||||
emptyMessage="No files found"
|
||||
items={local.file.search}
|
||||
items={local.file.searchFiles}
|
||||
key={(x) => x}
|
||||
onOpenChange={(open) => setStore("fileSelectOpen", open)}
|
||||
onSelect={(x) => (x ? local.session.open(x) : undefined)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue