From c35d35a9fcc46b2c2392b52072ee14a218f1010a Mon Sep 17 00:00:00 2001 From: Grzegorz Godlewski Date: Sat, 9 Mar 2024 16:24:46 +0100 Subject: [PATCH] Fix typo (#448) Plural not singular! Resolves: #446 --- apps/ui/src/components/GitCommit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {