Skip to content

Commit

Permalink
Fix taxonomies endpoint preloading
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jun 10, 2022
1 parent ee4ff49 commit 305dc9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions includes/Admin/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,9 @@ public function load_stories_dashboard(): void {
'/web-stories/v1/users/me/',
'/web-stories/v1/taxonomies/?' . build_query(
[
'type' => $this->story_post_type->get_slug(),
'context' => 'edit',
'type' => $this->story_post_type->get_slug(),
'context' => 'edit',
'hierarchical' => 'true',
]
),
$rest_url . '?' . build_query(
Expand Down

0 comments on commit 305dc9d

Please sign in to comment.