fix: properly handle commit completion and reset commit message

This commit is contained in:
Mattias Granlund 2024-01-10 14:36:30 +01:00
parent dd420176ec
commit 85fbbf428f

View File

@ -54,9 +54,9 @@
branchController
.commitBranch(branch.id, commitMessage, $selectedOwnership.toString(), $runCommitHooks)
.then(() => {
isCommitting = false;
commitMessage = '';
});
})
.finally(() => (isCommitting = false));
}
export function git_get_config(params: { key: string }) {