mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
do not delete project from cloud
This commit is contained in:
parent
b635b83b30
commit
b3aff720df
@ -91,10 +91,6 @@
|
||||
const onDeleteClicked = () =>
|
||||
Promise.resolve()
|
||||
.then(() => (isDeleting = true))
|
||||
.then(() => {
|
||||
if ($user && $project.api)
|
||||
api.projects.delete($user?.access_token, $project.api.repository_id);
|
||||
})
|
||||
.then(() => project.delete())
|
||||
.then(() => deleteConfirmationDialog.close())
|
||||
.catch((e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user