fix(desktop): removed projects
This commit is contained in:
parent
7664453f94
commit
742cf10dee
4 changed files with 16 additions and 11 deletions
|
|
@ -517,7 +517,7 @@ export default function Layout(props: ParentProps) {
|
|||
)
|
||||
}
|
||||
|
||||
const SortableProject = (props: { project: Project & { expanded: boolean } }): JSX.Element => {
|
||||
const SortableProject = (props: { project: Project & { worktree: string; expanded: boolean } }): JSX.Element => {
|
||||
const sortable = createSortable(props.project.worktree)
|
||||
const slug = createMemo(() => base64Encode(props.project.worktree))
|
||||
const name = createMemo(() => getFilename(props.project.worktree))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue