mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
fix add project
This commit is contained in:
parent
643c78270d
commit
12ca8f9abd
@ -44,7 +44,7 @@ export class ProjectService {
|
||||
}
|
||||
|
||||
async add(path: string) {
|
||||
return await invoke<Project>('add_project', { params: { path } });
|
||||
return await invoke<Project>('add_project', { path });
|
||||
}
|
||||
|
||||
async deleteProject(id: string) {
|
||||
|
Loading…
Reference in New Issue
Block a user