From 49cd7b2c72850319db6d3c2a5fafe693613f2372 Mon Sep 17 00:00:00 2001 From: Denys Seredenko Date: Wed, 4 Jan 2023 22:18:52 +0100 Subject: [PATCH] * bug fix with allow rules feature: #4 --- src/views/ContractsView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ContractsView.vue b/src/views/ContractsView.vue index 9dcf249..b90dffa 100644 --- a/src/views/ContractsView.vue +++ b/src/views/ContractsView.vue @@ -48,7 +48,7 @@ import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; {{ contract.mitarbeiter.join(', ') }} {{ new Date(contract.updatedAt).toDateString() }} -