From 0c96c76d322c62c896707ca6c26a5023fc3b59d6 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 29 Jun 2023 15:47:41 +0200 Subject: [PATCH] add moderatorId to avoid schema warnings --- admin/src/components/CreationTransactionList.spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/src/components/CreationTransactionList.spec.js b/admin/src/components/CreationTransactionList.spec.js index bff1bb32c..28aa1707d 100644 --- a/admin/src/components/CreationTransactionList.spec.js +++ b/admin/src/components/CreationTransactionList.spec.js @@ -39,6 +39,7 @@ const defaultData = () => { deletedBy: null, deletedAt: null, createdAt: new Date(), + moderatorId: null, }, { id: 2, @@ -61,6 +62,7 @@ const defaultData = () => { deletedBy: null, deletedAt: null, createdAt: new Date(), + moderatorId: null, }, ], },