fix(dashboard): location injection zones (#11845)

FIXES SUP-1159
This commit is contained in:
Frane Polić
2025-03-18 09:33:07 +01:00
committed by GitHub
parent cb68a9e67b
commit 63330668ed
2 changed files with 6 additions and 4 deletions
@@ -134,6 +134,8 @@ const LOCATION_INJECTION_ZONES = [
"location.details.side.after",
"location.list.before",
"location.list.after",
"location.list.side.before",
"location.list.side.after",
] as const
const LOGIN_INJECTION_ZONES = ["login.before", "login.after"] as const