chore(TALE-29): remove acl from integration/context

This commit is contained in:
Aarnav Tale
2024-08-24 10:12:30 -04:00
parent a72a3d6e5f
commit 690b52d8c6
8 changed files with 1 additions and 62 deletions
-1
View File
@@ -10,7 +10,6 @@ import TabLink from './TabLink'
interface Properties {
readonly data?: {
acl: HeadplaneContext['acl']
config: HeadplaneContext['config']
user?: SessionData['user']
}