From 8618f9027439761b61f09d11ffed254026558c50 Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Sat, 10 May 2025 12:40:07 +0000 Subject: [PATCH] bug fix in tables --- webUI/src/views/acc/accounting/table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webUI/src/views/acc/accounting/table.vue b/webUI/src/views/acc/accounting/table.vue index 0663c5e..e2fc088 100644 --- a/webUI/src/views/acc/accounting/table.vue +++ b/webUI/src/views/acc/accounting/table.vue @@ -144,7 +144,7 @@ import axios from "axios"; import Loading from "vue-loading-overlay"; export default { - name: "Table", + name: "AccountingTable", components: { Tree, Loading,