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

FIXES SUP-1159
This commit is contained in:
Frane Polić
2025-03-18 08:33:07 +00:00
committed by GitHub
parent cb68a9e67b
commit 63330668ed
2 changed files with 6 additions and 4 deletions
@@ -38,10 +38,10 @@ export function LocationList() {
return (
<TwoColumnPage
widgets={{
after: getWidgets("location.details.after"),
before: getWidgets("location.details.before"),
sideAfter: getWidgets("location.details.side.after"),
sideBefore: getWidgets("location.details.side.before"),
after: getWidgets("location.list.after"),
before: getWidgets("location.list.before"),
sideAfter: getWidgets("location.list.side.after"),
sideBefore: getWidgets("location.list.side.before"),
}}
showJSON
>