From 1caa292d78dd980d253338561169135dec2f92a5 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Thu, 7 Mar 2024 20:31:32 +0100 Subject: [PATCH] (admin) add "workshops" as area for timesheets --- src/timesheets.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/timesheets.js b/src/timesheets.js index f2f6e510f..731a06688 100644 --- a/src/timesheets.js +++ b/src/timesheets.js @@ -21,6 +21,7 @@ export const AREAS = [ 'administration', 'blog', 'census', + 'workshops', 'other', ];