diff --git a/apps/ui/src/components/GitCommit.vue b/apps/ui/src/components/GitCommit.vue index 37bc13a1..17ac0f2c 100644 --- a/apps/ui/src/components/GitCommit.vue +++ b/apps/ui/src/components/GitCommit.vue @@ -273,7 +273,7 @@ export default { await this.commit({ message: this.commitMsg, filePaths: filePaths, - removeFilePath: removeFilePaths + removeFilePaths }); this.commitMsg = ''; } catch (err) {