From b8999161a2735fa13e268953a9399aed9b712ecb Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sun, 4 Aug 2024 17:30:41 -0400 Subject: [PATCH] feat(TALE-29): handle no ACL configurations being available --- app/components/Header.tsx | 6 +- app/routes/_data.acls._index/route.tsx | 80 ++++++++++++++++++++++++++ app/utils/config/headplane.ts | 7 +-- 3 files changed, 82 insertions(+), 11 deletions(-) diff --git a/app/components/Header.tsx b/app/components/Header.tsx index 628e712..51ce8e9 100644 --- a/app/components/Header.tsx +++ b/app/components/Header.tsx @@ -102,11 +102,7 @@ export default function Header({ data }: Properties) {