fix add project

This commit is contained in:
Nikita Galaiko 2023-11-17 14:57:01 +01:00 committed by GitButler
parent 643c78270d
commit 12ca8f9abd

View File

@ -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) {