Skip to content

Commit

Permalink
fix: dynmically get subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 5, 2024
1 parent 6cf833d commit af4a183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account/components/sidenav.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<div
filter-query-key="host.name"
filter-operator="$regex"
filter-query-value="^dev\."
filter-query-value="^$subdomain\."
filter-key="host.$"
filter-value="1"
filter-next></div>
Expand Down

0 comments on commit af4a183

Please # to comment.