From 43a8a4c7da3dbb1e77226a1650a8c7341fbaf0ab Mon Sep 17 00:00:00 2001 From: Rory Doak Date: Wed, 20 Nov 2024 12:11:33 +0000 Subject: [PATCH] fix state call --- editor.planx.uk/src/ui/editor/ComponentTagSelect.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/editor.planx.uk/src/ui/editor/ComponentTagSelect.test.tsx b/editor.planx.uk/src/ui/editor/ComponentTagSelect.test.tsx index 2377eba20d..54efa0cc6d 100644 --- a/editor.planx.uk/src/ui/editor/ComponentTagSelect.test.tsx +++ b/editor.planx.uk/src/ui/editor/ComponentTagSelect.test.tsx @@ -27,6 +27,7 @@ describe("Checklist Component for a Platform Admin", () => { ...mockUser, isPlatformAdmin: true, }, + teamSlug: "team", }), ), );